How to disable UI action for a specific user role but it should be enable for admin
Hi, I need to disabale a UI action for a custom role with non admins, I have used !gs.hasRole('custom-role') like this, when I use it , it will disable the UI action , form button even for admin users. But I don't want it to happen. For All non ...