Author: ashish
Date: Thu Jun 23 06:52:27 2016
New Revision: 1749848

URL: http://svn.apache.org/viewvc?rev=1749848&view=rev
Log:
Applied bug fix from trunk r1749846.
=====================================================
Applied patch from jira issue - OFBIZ-7368 - Mime Type Id field on Content 
Lookup displayed Html Encoded String for special character.
Thank Ravi for the contribution.

Modified:
    
ofbiz/branches/release13.07/applications/content/widget/content/ContentForms.xml

Modified: 
ofbiz/branches/release13.07/applications/content/widget/content/ContentForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release13.07/applications/content/widget/content/ContentForms.xml?rev=1749848&r1=1749847&r2=1749848&view=diff
==============================================================================
--- 
ofbiz/branches/release13.07/applications/content/widget/content/ContentForms.xml
 (original)
+++ 
ofbiz/branches/release13.07/applications/content/widget/content/ContentForms.xml
 Thu Jun 23 06:52:27 2016
@@ -126,6 +126,7 @@ under the License.
             <hyperlink also-hidden="false" target-type="plain" 
description="${contentId}" target="javascript:set_value('${contentId}')"/>
         </field>
         <field name="contentName"><display/></field>
+        <field name="mimeTypeId"><display/></field>
         <field name="createdByUserLogin"><ignored/></field>
         <on-event-update-area event-type="paginate" area-id="search-results" 
area-target=""/>
     </form>


Reply via email to