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

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Nov 24 09:38:19 CET 2009


Author: kazuhiko
Date: Tue Nov 24 09:38:17 2009
New Revision: 30832

URL: http://svn.erp5.org?rev=30832&view=rev
Log:
source_function_* and destination_function_* are listed twice.

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=30832&r1=30831&r2=30832&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/Arrow.py [utf8] (original)
+++ erp5/trunk/products/ERP5/PropertySheet/Arrow.py [utf8] Tue Nov 24 09:38:17 2009
@@ -482,68 +482,6 @@
             'acquisition_depends'           : None,
             'alt_accessor_id'               : ('_categoryGetDestinationProjectRelativeUrl', ),
             'mode'        : 'w' },
-        # Source function reference
-        {   'id'          : 'source_function_title',
-            'description' : 'The title of the source function of this movement',
-            'type'        : 'string',
-            'acquisition_base_category'     : ('source_function',),
-            'acquisition_portal_type'       : Expression('python: portal.getPortalNodeTypeList()'),
-            'acquisition_copy_value'        : 0,
-            'acquisition_accessor_id'       : 'getTitle',
-            'acquisition_depends'           : None,
-            'alt_accessor_id'               : ('_categoryGetSourceProjectTitle', ),
-            'mode'        : 'w' },
-        {   'id'          : 'source_function_id',
-            'description' : 'The id of the source function of this movement',
-            'type'        : 'string',
-            'acquisition_base_category'     : ('source_function',),
-            'acquisition_portal_type'       : Expression('python: portal.getPortalNodeTypeList()'),
-            'acquisition_copy_value'        : 0,
-            'acquisition_accessor_id'       : 'getId',
-            'acquisition_depends'           : None,
-            'alt_accessor_id'               : ('_categoryGetSourceProjectId', ),
-            'mode'        : 'w' },
-        {   'id'          : 'source_function_relative_url',
-            'description' : 'The titles of the source function of this movement',
-            'type'        : 'string',
-            'acquisition_base_category'     : ('source_function',),
-            'acquisition_portal_type'       : Expression('python: portal.getPortalNodeTypeList()'),
-            'acquisition_copy_value'        : 0,
-            'acquisition_accessor_id'       : 'getRelativeUrl',
-            'acquisition_depends'           : None,
-            'alt_accessor_id'               : ('_categoryGetSourceProjectRelativeUrl', ),
-            'mode'        : 'w' },
-        # Destination function reference
-        {   'id'          : 'destination_function_title',
-            'description' : 'The title of the destination function of this movement',
-            'type'        : 'string',
-            'acquisition_base_category'     : ('destination_function',),
-            'acquisition_portal_type'       : Expression('python: portal.getPortalNodeTypeList()'),
-            'acquisition_copy_value'        : 0,
-            'acquisition_accessor_id'       : 'getTitle',
-            'acquisition_depends'           : None,
-            'alt_accessor_id'               : ('_categoryGetDestinationProjectTitle', ),
-            'mode'        : 'w' },
-        {   'id'          : 'destination_function_id',
-            'description' : 'The id of the destination function of this movement',
-            'type'        : 'string',
-            'acquisition_base_category'     : ('destination_function',),
-            'acquisition_portal_type'       : Expression('python: portal.getPortalNodeTypeList()'),
-            'acquisition_copy_value'        : 0,
-            'acquisition_accessor_id'       : 'getId',
-            'acquisition_depends'           : None,
-            'alt_accessor_id'               : ('_categoryGetDestinationProjectId', ),
-            'mode'        : 'w' },
-        {   'id'          : 'destination_function_relative_url',
-            'description' : 'The titles of the destination function of this movement',
-            'type'        : 'string',
-            'acquisition_base_category'     : ('destination_function',),
-            'acquisition_portal_type'       : Expression('python: portal.getPortalNodeTypeList()'),
-            'acquisition_copy_value'        : 0,
-            'acquisition_accessor_id'       : 'getRelativeUrl',
-            'acquisition_depends'           : None,
-            'alt_accessor_id'               : ('_categoryGetDestinationProjectRelativeUrl', ),
-            'mode'        : 'w' },
         # Source project reference
         {   'id'          : 'source_project_title',
             'description' : 'The title of the source project of this movement',




More information about the Erp5-report mailing list