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
Since the "Restrict access to static ZMI resources." changes from ce5288a (Update ACE editor 1.4.4 to 1.5.0 (#1166), 2023-10-11), the links for zmi require view management screens permission.
in practice they require view management screens permissions at the root of zope.
What I did:
create a folder subfolder
create a user folder in that folder
create a user u with manager role in /subfolder/acl_users
login as u and visit /subfolder/manage_main
What I expect to happen:
view management screens
What actually happened:
401 error while getting CSS and javascripts
What version of Python and Zope/Addons I am using:
this started from 5.9 and is still the case on current master.
I'll send a pull request, I think we can change the links generation logic to include the authentication path from the user. In the example case the link would be:
BUG/PROBLEM REPORT / FEATURE REQUEST
manage_page_header
makes ahead
like this:Since the "Restrict access to static ZMI resources." changes from ce5288a (Update ACE editor 1.4.4 to 1.5.0 (#1166), 2023-10-11), the links for zmi require view management screens permission.
Because the link is like this:
in practice they require view management screens permissions at the root of zope.
What I did:
subfolder
u
with manager role in/subfolder/acl_users
u
and visit/subfolder/manage_main
What I expect to happen:
view management screens
What actually happened:
401 error while getting CSS and javascripts
What version of Python and Zope/Addons I am using:
this started from 5.9 and is still the case on current master.
I'll send a pull request, I think we can change the links generation logic to include the authentication path from the user. In the example case the link would be:
The text was updated successfully, but these errors were encountered: