Commit 54dfbf27 authored by Jim Fulton's avatar Jim Fulton

Updated to work with recently changed permission mapping mechanism so that

peoprtysheet permissions are set correctly.
parent 83cd7afb
......@@ -259,6 +259,9 @@ class ZCommonSheet(OFS.PropertySheets.PropertySheet, OFS.SimpleItem.Item):
if REQUEST is not None:
REQUEST['RESPONSE'].redirect(REQUEST['URL3']+'/methods/manage')
def permissionMappingPossibleValues(self):
return self.classDefinedAndInheritedPermissions()
manage_security=Globals.HTMLFile('AccessControl/methodAccess')
def manage_getPermissionMapping(self):
ips=self.getClassAttr('propertysheets')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment