Ticket #13052 (confirmed Bug)
@@usergroup-groupmembership: If user has "Site Administrator" role, AttributeError: groupname
Reported by: | kleist | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | 4.x |
Component: | General | Version: | 4.3 |
Keywords: | Cc: |
Description (last modified by kleist) (diff)
Plone 4.3 coredev buildout
2012-07-11 21:36:11 ERROR Zope.SiteErrorLog 1342035371.810.974738832249 http://localhost:8080/Plone/@@usergroup-groupmembership Traceback (innermost last): Module ZPublisher.Publish, line 126, in publish Module ZPublisher.mapply, line 77, in mapply Module ZPublisher.Publish, line 46, in call_object Module plone.app.controlpanel.usergroups, line 687, in __call__ Module plone.app.controlpanel.usergroups, line 637, in update Module ZPublisher.HTTPRequest, line 1390, in __getattr__ AttributeError: groupname
see also #12528
Change History
comment:1 Changed 4 years ago by kleist
- Priority changed from minor to major
- Status changed from new to confirmed
- Component changed from Unknown to General
- Description modified (diff)
comment:2 Changed 3 years ago by maartenkling
Could be just me, but the only way to get to @@usergroup-groupmembership is by clicking a group at http://localhost:8080/Plone/@@usergroup-groupprefs in all cases you get http://localhost:8080/Plone/@@usergroup-groupmembership?groupname=Site%20Administrators witch works fine, if you remove the groupname= you will get this error, but that likely to be correct as you may not traverse to the page without a groupname given
tested in 4.2 and 4.3
Note: See
TracTickets for help on using
tickets.