Message Boards

Update Organization Permissions

Thirumal Reddy, modified 7 Years ago.

Update Organization Permissions

Regular Member Posts: 216 Join Date: 12/3/15 Recent Posts
Hi All,
I am using liferay 7 GA2,
i created one organization role and given Assign User Roles, Manage Users, Update and View permissions.
so when user logins into organization he can in organization action he able to see Edit, Assaign Org Roles,
so when user click on Edit,edit organization form is rendering.
after doing modifications, the values are updated but, getting error message, like
Your request failed to complete.
You do not have the required permissions.

after debugging code i print error message,
com.liferay.portal.kernel.security.auth.PrincipalException$MustHavePermission: User 532701 must have permission to perform action 90,90,UNLINK_LAYOUT_SET_PROTOTYPE

means i didn't understand about 90,90,UNLINK_LAYOUT_SET_PROTOTYPE.
What are those and where i can give permissions for that.

Thanks,
Thirumal.