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

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Nov 28 13:25:09 CET 2007


Author: yusei
Date: Wed Nov 28 13:25:09 2007
New Revision: 17855

URL: http://svn.erp5.org?rev=17855&view=rev
Log:
Remove preferred_document_bookmark property.

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=17855&r1=17854&r2=17855&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/DocumentPreference.py (original)
+++ erp5/trunk/products/ERP5/PropertySheet/DocumentPreference.py Wed Nov 28 13:25:09 2007
@@ -73,12 +73,6 @@
       'type'        : 'string',
       'preference'  : 1,
       'mode'        : '' },
-    { 'id'          : 'preferred_document_bookmark',
-      'description' : 'Preffered documents to refer frequently.',
-      'type'        : 'lines',
-      'preference'  : 1,
-      'default'     : [],
-      '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'              : 'preferred_document_ingestion_email_notification_selection',




More information about the Erp5-report mailing list