zopefoundation / Products.PluggableAuthService

Pluggable Zope authentication / authorization framework
Other
9 stars 18 forks source link

ZODB Role Manager: cannot edit roles anymore #113

Closed georgpfolz closed 2 years ago

georgpfolz commented 2 years ago

Up to version 2.6.3 of the PAS, the ZODB Role Manager worked for me. It didn't show the edit icon in the "Roles" tab (instead it showed a "?") but I could assign and remove roles.

In versions 2.6.4 and 2.7.0, there ist now a nice looking edit icon instead of the "?", but clicking it doesn't trigger any action.

The links on the edit icon and "?" are identical: https://myserver/pathtowebsite/acl_users/roles/manage_roles?role_id=MyRole&assign=1

What version of Python and Zope/Addons I am using:

dataflake commented 2 years ago

I cannot reproduce the issue. Clicking on the edit icon shows the "Assign role" form underneath the "Current Roles" list and I can search, add and remove principals from a role.

Versions:

georgpfolz commented 2 years ago

Sorry, my bad. I was checking it on my notebook, so the screen is not very large. Also as I was accustomed to a complete change in the page layout, I did not notice the change below the lower edge of my screen.