[Erp5-report] r30816 - /erp5/trunk/products/ERP5/PropertySheet/Arrow.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Nov 23 16:36:40 CET 2009


Author: kazuhiko
Date: Mon Nov 23 16:36:39 2009
New Revision: 30816

URL: http://svn.erp5.org?rev=30816&view=rev
Log:
source_project and destination_project should acquire from Project type portal types not from Order type portal types.

Modified:
    erp5/trunk/products/ERP5/PropertySheet/Arrow.py

Modified: erp5/trunk/products/ERP5/PropertySheet/Arrow.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Arrow.py?rev=30816&r1=30815&r2=30816&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/Arrow.py [utf8] (original)
+++ erp5/trunk/products/ERP5/PropertySheet/Arrow.py [utf8] Mon Nov 23 16:36:39 2009
@@ -549,7 +549,7 @@
             'description' : 'The title of the source project of this movement',
             'type'        : 'string',
             'acquisition_base_category'     : ('source_project',),
-            'acquisition_portal_type'       : Expression('python: portal.getPortalOrderTypeList()'),
+            'acquisition_portal_type'       : Expression('python: portal.getPortalProjectTypeList()'),
             'acquisition_copy_value'        : 0,
             'acquisition_accessor_id'       : 'getTitle',
             'acquisition_depends'           : None,
@@ -559,7 +559,7 @@
             'description' : 'The id of the source project of this movement',
             'type'        : 'string',
             'acquisition_base_category'     : ('source_project',),
-            'acquisition_portal_type'       : Expression('python: portal.getPortalOrderTypeList()'),
+            'acquisition_portal_type'       : Expression('python: portal.getPortalProjectTypeList()'),
             'acquisition_copy_value'        : 0,
             'acquisition_accessor_id'       : 'getId',
             'acquisition_depends'           : None,
@@ -569,7 +569,7 @@
             'description' : 'The titles of the source project of this movement',
             'type'        : 'string',
             'acquisition_base_category'     : ('source_project',),
-            'acquisition_portal_type'       : Expression('python: portal.getPortalOrderTypeList()'),
+            'acquisition_portal_type'       : Expression('python: portal.getPortalProjectTypeList()'),
             'acquisition_copy_value'        : 0,
             'acquisition_accessor_id'       : 'getRelativeUrl',
             'acquisition_depends'           : None,
@@ -580,7 +580,7 @@
             'description' : 'The title of the destination project of this movement',
             'type'        : 'string',
             'acquisition_base_category'     : ('destination_project',),
-            'acquisition_portal_type'       : Expression('python: portal.getPortalOrderTypeList()'),
+            'acquisition_portal_type'       : Expression('python: portal.getPortalProjectTypeList()'),
             'acquisition_copy_value'        : 0,
             'acquisition_accessor_id'       : 'getTitle',
             'acquisition_depends'           : None,
@@ -590,7 +590,7 @@
             'description' : 'The id of the destination project of this movement',
             'type'        : 'string',
             'acquisition_base_category'     : ('destination_project',),
-            'acquisition_portal_type'       : Expression('python: portal.getPortalOrderTypeList()'),
+            'acquisition_portal_type'       : Expression('python: portal.getPortalProjectTypeList()'),
             'acquisition_copy_value'        : 0,
             'acquisition_accessor_id'       : 'getId',
             'acquisition_depends'           : None,
@@ -600,7 +600,7 @@
             'description' : 'The titles of the destination project of this movement',
             'type'        : 'string',
             'acquisition_base_category'     : ('destination_project',),
-            'acquisition_portal_type'       : Expression('python: portal.getPortalOrderTypeList()'),
+            'acquisition_portal_type'       : Expression('python: portal.getPortalProjectTypeList()'),
             'acquisition_copy_value'        : 0,
             'acquisition_accessor_id'       : 'getRelativeUrl',
             'acquisition_depends'           : None,




More information about the Erp5-report mailing list