Commit c115a559 authored by Jérome Perrin's avatar Jérome Perrin

those methods have been renamed some times ago


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28727 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d0d4b3fa
......@@ -91,8 +91,9 @@ class BusinessPath(Path):
)
# IArrowBase implementation
security.declareProtected(Permissions.AccessContentsInformation, 'getSourceBaseCategoryList')
def getSourceBaseCategoryList(self):
security.declareProtected(Permissions.AccessContentsInformation,
'getSourceArrowBaseCategoryList')
def getSourceArrowBaseCategoryList(self):
"""
Returns all categories which are used to define the source
of this Arrow
......@@ -102,8 +103,9 @@ class BusinessPath(Path):
'source_administration', 'source_project', 'source_function',
'source_payment', 'source_account')
security.declareProtected(Permissions.AccessContentsInformation, 'getDestinationBaseCategoryList')
def getDestinationBaseCategoryList(self):
security.declareProtected(Permissions.AccessContentsInformation,
'getDestinationArrowBaseCategoryList')
def getDestinationArrowBaseCategoryList(self):
"""
Returns all categories which are used to define the destination
of this Arrow
......
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