Hide Tab of Screen by UserRole

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.

Thank you in advance

Capture

Hi.

Thanks for reporting the problem, we have created the Github issue.

Regards,
Nadezhda.

Thank you for your reply, I am going to check it out.

Hello!

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.

I get it now. Thanks a lot.