I have created a simple Role through Cuba studio and I want to hide the highlighted tabs to users that have this Role.When i login in as an Admin and i edit the role in the UI tab the add button is disabled so i cant do the hide feature.
Design time roles cannot be edited at runtime. To editing at runtime you should create a new one via “Roles editor”. Pay attention if you want to hide the tab you should add UI permission with: tabSheet_id[tab_id] because tab_id will be applied for the content of the tab.