[Erp5-report] r26645 - /erp5/trunk/products/ERP5Type/PropertySheet/DublinCore.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Apr 27 10:55:59 CEST 2009


Author: romain
Date: Mon Apr 27 10:55:58 2009
New Revision: 26645

URL: http://svn.erp5.org?rev=26645&view=rev
Log:
Set default short title value to an empty string

Modified:
    erp5/trunk/products/ERP5Type/PropertySheet/DublinCore.py

Modified: erp5/trunk/products/ERP5Type/PropertySheet/DublinCore.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/PropertySheet/DublinCore.py?rev=26645&r1=26644&r2=26645&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/PropertySheet/DublinCore.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/PropertySheet/DublinCore.py [utf8] Mon Apr 27 10:55:58 2009
@@ -89,6 +89,7 @@
         {   'id'          : 'short_title',
             'description' : '',
             'type'        : 'string',
+            'default'     : '',
             'translatable'  : 1,
             'translation_domain' : 'erp5_content',
             'mode'        : 'w' },




More information about the Erp5-report mailing list