[Erp5-report] r20703 - /erp5/trunk/products/ERP5/PropertySheet/DefaultImage.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Apr 21 14:19:49 CEST 2008


Author: jerome
Date: Mon Apr 21 14:19:49 2008
New Revision: 20703

URL: http://svn.erp5.org?rev=20703&view=rev
Log:
add absolute_url in acquired_property_id, so that getDefaultImageAbsoluteUrl work


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

Modified: erp5/trunk/products/ERP5/PropertySheet/DefaultImage.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/DefaultImage.py?rev=20703&r1=20702&r2=20703&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/DefaultImage.py (original)
+++ erp5/trunk/products/ERP5/PropertySheet/DefaultImage.py Mon Apr 21 14:19:49 2008
@@ -38,7 +38,7 @@
       'description' : 'The default image',
       'type'        : 'content',
       'portal_type' : ('Image',),
-      'acquired_property_id'      : ('file', 'path'),
+      'acquired_property_id'      : ('file', 'path', 'absolute_url'),
       'acquisition_base_category' : (),
       'acquisition_portal_type'   : (),
       'acquisition_copy_value'    : 0,




More information about the Erp5-report mailing list