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

Changed 5 years ago by hannosch

  • status changed from new to closed
  • resolution set to fixed

Fixed in SVN for GroupUserFolder > V3.21

Note: See TracTickets for help on using tickets.