Author: jacopoc
Date: Fri Nov 9 00:58:15 2007
New Revision: 593459
URL:
http://svn.apache.org/viewvc?rev=593459&view=revLog:
Fix from trunk (part of rev. 571303): thanks to BJ Freeman for the patch OFBIZ-1392
Modified:
ofbiz/branches/release4.0/applications/party/webapp/partymgr/communication/CommForms.xml
Modified: ofbiz/branches/release4.0/applications/party/webapp/partymgr/communication/CommForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release4.0/applications/party/webapp/partymgr/communication/CommForms.xml?rev=593459&r1=593458&r2=593459&view=diff==============================================================================
--- ofbiz/branches/release4.0/applications/party/webapp/partymgr/communication/CommForms.xml (original)
+++ ofbiz/branches/release4.0/applications/party/webapp/partymgr/communication/CommForms.xml Fri Nov 9 00:58:15 2007
@@ -123,7 +123,7 @@
<field name="datetimeEnded" title="${uiLabelMap.CommonFinishDate}"><date-time/></field>
<field name="subject"><text size="60"/></field>
<field name="contentMimeTypeId">
- <drop-down no-current-selected-key="_NA_" allow-empty="false">
+ <drop-down no-current-selected-key="text/plain" allow-empty="false">
<entity-options description="${mimeTypeId}" entity-name="MimeType" key-field-name="mimeTypeId">
<entity-order-by field-name="mimeTypeId"/>
</entity-options>