[Erp5-report] r15827 - /erp5/trunk/products/ERP5/PropertySheet/DocumentPreference.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Aug 27 14:49:27 CEST 2007


Author: jp
Date: Mon Aug 27 14:49:26 2007
New Revision: 15827

URL: http://svn.erp5.org?rev=15827&view=rev
Log:
Property renaming.

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

Modified: erp5/trunk/products/ERP5/PropertySheet/DocumentPreference.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/DocumentPreference.py?rev=15827&r1=15826&r2=15827&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/DocumentPreference.py (original)
+++ erp5/trunk/products/ERP5/PropertySheet/DocumentPreference.py Mon Aug 27 14:49:26 2007
@@ -60,19 +60,19 @@
     { 'id'              : 'preferred_document_ingestion_email_notification',
       'description'     : 'None - always, "always", "problem (only if problem), "never"', # XXX-JPS this is not a description
       'type'            : 'selection',
-      'select_variable' : 'getDocumentIngestionEmailNotificationSelectionList',
+      'select_variable' : 'getPreferredDocumentIngestionEmailNotificationSelectionList',
       'preference'      : 1,
       'mode'            : '' },
     { 'id'          : 'preferred_document_email_ingestion_address',
       'description' : 'Email ingestion address',
       'type'        : 'string',
       'preference'  : 1,
-      'mode'        : '' },    
+      'mode'        : '' },
     # XXX-JPS. This is not a real property - it is somehow a hack.
     # BG: I was advised by somebody from Nexedi (I think it was Jerome)
-    { 'id'              : 'document_ingestion_email_notification_selection',
+    { 'id'              : 'preferred_document_ingestion_email_notification_selection',
       'description'     : 'List of possible values for preferred_document_ingestion_email_notification',
-      'type'            : 'lines',
+      'type'            : 'tokens',
       'default'         : ['always','problem','never'],
       'mode'            : 'w'},
     )




More information about the Erp5-report mailing list