Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
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')"