Reputation: 21
One of my page contains more than 5 web parts, I want to give role A full control to one of the web parts,but role A should not have access to modify other web parts. any body has any idea on whether it is workable or not?
Thanks in advance for your time.
Upvotes: 0
Views: 142
Reputation: 1437
The widget approach is what you need to do, but if for some reason you need to have someone who had design access not be allowed to modify a certain web part... An option (not recommended though) is to use a macro in the visible field of the web part properties to make it invisible based on the role, you would have to do that for all fields though and it would apply to any instance of that web part.
Upvotes: 0
Reputation: 64
Kentico doesn't support permission configuration to specific role at webpart level. If you really want to add permission on the role bases you can register your webparts as widgets and give permission on widget level.
How to configure role based widget level permission.
Upvotes: 2