[Erp5-report] r28727 - /erp5/trunk/products/ERP5/Document/BusinessPath.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Sep 1 16:56:12 CEST 2009


Author: jerome
Date: Tue Sep  1 16:56:11 2009
New Revision: 28727

URL: http://svn.erp5.org?rev=28727&view=rev
Log:
those methods have been renamed some times ago

Modified:
    erp5/trunk/products/ERP5/Document/BusinessPath.py

Modified: erp5/trunk/products/ERP5/Document/BusinessPath.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/BusinessPath.py?rev=28727&r1=28726&r2=28727&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/BusinessPath.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/BusinessPath.py [utf8] Tue Sep  1 16:56:11 2009
@@ -91,8 +91,9 @@
                             )
 
   # 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 @@
         '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




More information about the Erp5-report mailing list