You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As explained in #6346 (comment) and #6346 (comment), the current Site Setup button does a check for the role of a user to see if they are able to access the site setup. This makes the assumption that these roles have the correct permission, but it is possible for the permission required and the roles assigned to it to be change, causing a mismatch between the frontend and backend.
We should likely use the @actions endpoint to see whether the plone_setup key is available to know if the user can access the site setup
The text was updated successfully, but these errors were encountered:
Describe the bug
As explained in #6346 (comment) and #6346 (comment), the current Site Setup button does a check for the role of a user to see if they are able to access the site setup. This makes the assumption that these roles have the correct permission, but it is possible for the permission required and the roles assigned to it to be change, causing a mismatch between the frontend and backend.
We should likely use the
@actions
endpoint to see whether theplone_setup
key is available to know if the user can access the site setupThe text was updated successfully, but these errors were encountered: