V3 dashboard.... ng-show="user.hasPermission('superadmin')" Won't work??
-
I cannot seem to get the dashboard to hide an element based on ng-show="user.hasPermission('superadmin')" as was described for doing so in a post to another user?
https://forum.infiniteautomation.com/topic/2635/user-permissions-to-view-pages/2 -
The expression to get the current user is now
User.current
so it will beng-show="User.current.hasPermission('superadmin')"