Commit 33c67d46 authored by Arnaud Fontaine's avatar Arnaud Fontaine

Fix permissions of method listing available permissions for Standard

and Acquired Property view



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40302 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ea5bf9f4
......@@ -269,7 +269,7 @@ class PropertySheetTool(BaseTool):
'erp5.zodb_accessor_holder')
security.declareProtected(Permissions.ManagePortal,
'getPropertyAccessorPermissionList')
'getPropertyAvailablePermissionList')
def getPropertyAvailablePermissionList(self):
"""
Return a sorted set of all the permissions useful for read/write
......
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