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): ...@@ -91,8 +91,9 @@ class BusinessPath(Path):
) )
# IArrowBase implementation # IArrowBase implementation
security.declareProtected(Permissions.AccessContentsInformation, 'getSourceBaseCategoryList') security.declareProtected(Permissions.AccessContentsInformation,
def getSourceBaseCategoryList(self): 'getSourceArrowBaseCategoryList')
def getSourceArrowBaseCategoryList(self):
""" """
Returns all categories which are used to define the source Returns all categories which are used to define the source
of this Arrow of this Arrow
...@@ -102,8 +103,9 @@ class BusinessPath(Path): ...@@ -102,8 +103,9 @@ class BusinessPath(Path):
'source_administration', 'source_project', 'source_function', 'source_administration', 'source_project', 'source_function',
'source_payment', 'source_account') 'source_payment', 'source_account')
security.declareProtected(Permissions.AccessContentsInformation, 'getDestinationBaseCategoryList') security.declareProtected(Permissions.AccessContentsInformation,
def getDestinationBaseCategoryList(self): 'getDestinationArrowBaseCategoryList')
def getDestinationArrowBaseCategoryList(self):
""" """
Returns all categories which are used to define the destination Returns all categories which are used to define the destination
of this Arrow 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