You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by as...@apache.org on 2016/06/23 06:51:39 UTC

svn commit: r1749847 - /ofbiz/branches/release15.12/applications/content/widget/content/ContentForms.xml

Author: ashish
Date: Thu Jun 23 06:51:39 2016
New Revision: 1749847

URL: http://svn.apache.org/viewvc?rev=1749847&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/release15.12/applications/content/widget/content/ContentForms.xml

Modified: ofbiz/branches/release15.12/applications/content/widget/content/ContentForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release15.12/applications/content/widget/content/ContentForms.xml?rev=1749847&r1=1749846&r2=1749847&view=diff
==============================================================================
--- ofbiz/branches/release15.12/applications/content/widget/content/ContentForms.xml (original)
+++ ofbiz/branches/release15.12/applications/content/widget/content/ContentForms.xml Thu Jun 23 06:51:39 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>