Hi!
I am not being able to hide some buttons on screens with fragments, but a similar restriction on screens without fragments works fine.
Can you help me with this issue?
Hi!
I am not being able to hide some buttons on screens with fragments, but a similar restriction on screens without fragments works fine.
Can you help me with this issue?
Hi.
Could you please provide more information about your problem? Which version of the platform do you use? How do you set up restrictions? If it is possible, could you share a small project with reproducing scenario in order to help us investigate the problem?
Regards,
Natalia
Maybe documentation section about Screen component permissions will help, especially this sentence:
If the component belongs to the fragment that is embedded within the screen, specify the fragment identifier, and then the component identifier separated by period.
Many thanks, somehow missed that part with fragments. It is solved now.