zopefoundation / Products.PluggableAuthService

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

Role assignment from ZMI is broken #61

Closed valipod closed 4 years ago

valipod commented 4 years ago

How to replicate: navigate to /acl_users/source_groups/manage_groups, click on a group (ex. Administrators) and on "Assign", search for a user. Result: The response contains incorrect information about the group - the group id is now

"['Administrators', 'Administrators']"

Any subsequent search will double this string. A try to assign the user results in a BadRequest crash.

dataflake commented 4 years ago

Duplicate of #43 #51 #54 #56 and fixed in release version 2.1

valipod commented 4 years ago

Sorry, I forgot to mention we have the problem on version 2.1.1. I also don't see anything about this in the changelog. Could you check, and maybe re-open the ticket?

dataflake commented 4 years ago

I checked on the latest released version and cannot reproduce the issue.

I go to a ZODB group manager, and from the list of groups I click the question mark to go to the user assignment screen. From there I can search for and assign users without an issue.