svn commit: r1128168 - /ofbiz/trunk/applications/content/widget/content/DataResourceForms.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1128168 - /ofbiz/trunk/applications/content/widget/content/DataResourceForms.xml

hansbak-2
Author: hansbak
Date: Fri May 27 06:39:37 2011
New Revision: 1128168

URL: http://svn.apache.org/viewvc?rev=1128168&view=rev
Log:
do not encode on mimetype in edit dataresource

Modified:
    ofbiz/trunk/applications/content/widget/content/DataResourceForms.xml

Modified: ofbiz/trunk/applications/content/widget/content/DataResourceForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/widget/content/DataResourceForms.xml?rev=1128168&r1=1128167&r2=1128168&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/widget/content/DataResourceForms.xml (original)
+++ ofbiz/trunk/applications/content/widget/content/DataResourceForms.xml Fri May 27 06:39:37 2011
@@ -196,7 +196,7 @@ under the License.
         <field name="localeString">
             <lookup target-form-name="LookupLocale"></lookup>
         </field>
-        <field name="mimeTypeId">
+        <field name="mimeTypeId"  encode-output="false">
             <drop-down allow-empty="true">
                 <entity-options description="${mimeTypeId} - ${description}" entity-name="MimeType" key-field-name="mimeTypeId">
                     <entity-order-by field-name="mimeTypeId"/>