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

nobody at svn.erp5.org nobody at svn.erp5.org
Fri May 18 13:52:08 CEST 2007


Author: ivan
Date: Fri May 18 13:52:08 2007
New Revision: 14514

URL: http://svn.erp5.org?rev=14514&view=rev
Log:
Add preferred email ingestion address to preferences.

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=14514&r1=14513&r2=14514&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/DocumentPreference.py (original)
+++ erp5/trunk/products/ERP5/PropertySheet/DocumentPreference.py Fri May 18 13:52:08 2007
@@ -63,6 +63,11 @@
       'select_variable' : 'getDocumentIngestionEmailNotificationSelectionList',
       'preference'      : 1,
       'mode'            : '' },
+    { 'id'          : 'preferred_document_email_ingestion_address',
+      'description' : 'Email ingestion address',
+      'type'        : 'string',
+      'preference'  : 1,
+      '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',




More information about the Erp5-report mailing list