Ticket #4209 (closed Bug: fixed)
Opened 5 years ago
GroupUserFolder/GroupsTool.py uses but doesn't import _checkPermission
| Reported by: | skleinfeldt | Owned by: | |
|---|---|---|---|
| Priority: | trivial | Milestone: | Past |
| Component: | Infrastructure | Keywords: | |
| Cc: |
Description
GroupUserFolder/GroupsTool.py uses but doesn't import _checkPermission function. Fails when checking for View permission in a call to portal_groups.getGroupareaURL. Adding the import statement
from Products.CMFCore.utils import _checkPermission
fixes it.
Change History
Note: See
TracTickets for help on using
tickets.