[Erp5-report] r40557 nicolas - /erp5/trunk/products/ERP5Form/ImageField.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Nov 23 18:06:54 CET 2010


Author: nicolas
Date: Tue Nov 23 18:06:54 2010
New Revision: 40557

URL: http://svn.erp5.org?rev=40557&view=rev
Log:
Pass content_type argument to update manifest file of ODF archive

Modified:
    erp5/trunk/products/ERP5Form/ImageField.py

Modified: erp5/trunk/products/ERP5Form/ImageField.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Form/ImageField.py?rev=40557&r1=40556&r2=40557&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Form/ImageField.py [utf8] (original)
+++ erp5/trunk/products/ERP5Form/ImageField.py [utf8] Tue Nov 23 18:06:54 2010
@@ -154,7 +154,9 @@ class ImageFieldWidget(Widget.TextWidget
 
       format = content_type.split('/')[-1]
       # add the image to the odg document
-      picture_path = ooo_builder.addImage(image=image_data, format=format)
+      picture_path = ooo_builder.addImage(image=image_data,
+                                          format=format,
+                                          content_type=content_type)
 
       # create the xml nodes related to the image
       draw_frame_tag_name = '{%s}%s' % (DRAW_URI, 'frame')




More information about the Erp5-report mailing list