[Erp5-report] r41981 ivan - /erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Jan 4 12:12:28 CET 2011


Author: ivan
Date: Tue Jan  4 12:12:27 2011
New Revision: 41981

URL: http://svn.erp5.org?rev=41981&view=rev
Log:
Use Embedded File for default image.

Modified:
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/DefaultImage.py

Modified: erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/DefaultImage.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/DefaultImage.py?rev=41981&r1=41980&r2=41981&view=diff
==============================================================================
--- erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/DefaultImage.py [utf8] (original)
+++ erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/DefaultImage.py [utf8] Tue Jan  4 12:12:27 2011
@@ -37,7 +37,7 @@ class DefaultImage:
       'storage_id'  : 'default_image',
       'description' : 'The default image',
       'type'        : 'content',
-      'portal_type' : ('Image',),
+      'portal_type' : ('Embedded File',),
       'acquired_property_id'      : ('file', 'path', 'absolute_url',
                                      'width', 'height'),
       'acquisition_base_category' : (),



More information about the Erp5-report mailing list