svn commit: r1858523 - /ofbiz/ofbiz-framework/trunk/applications/order/widget/ordermgr/CustRequestForms.xml

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

svn commit: r1858523 - /ofbiz/ofbiz-framework/trunk/applications/order/widget/ordermgr/CustRequestForms.xml

lektran
Author: lektran
Date: Thu May  2 08:59:11 2019
New Revision: 1858523

URL: http://svn.apache.org/viewvc?rev=1858523&view=rev
Log:
Fixed: Ensure the story field in ordermgr's EditCustRequest form is html encoded (OFBIZ-11006)

Modified:
    ofbiz/ofbiz-framework/trunk/applications/order/widget/ordermgr/CustRequestForms.xml

Modified: ofbiz/ofbiz-framework/trunk/applications/order/widget/ordermgr/CustRequestForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/order/widget/ordermgr/CustRequestForms.xml?rev=1858523&r1=1858522&r2=1858523&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/order/widget/ordermgr/CustRequestForms.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/order/widget/ordermgr/CustRequestForms.xml Thu May  2 08:59:11 2019
@@ -285,7 +285,7 @@ under the License.
                 <option key="9" description="${uiLabelMap.WorkEffortPriorityNine}"/>
             </drop-down>
         </field>
-        <field name="story" use-when="custRequest==null" encode-output="false"><textarea cols="60" rows="12" default-value="${communicationEvent.content}"/></field>
+        <field name="story" use-when="custRequest==null"><textarea cols="60" rows="12" default-value="${communicationEvent.content}"/></field>
         <field name="maximumAmountUomId">
             <drop-down allow-empty="true" no-current-selected-key="${defaultOrganizationPartyCurrencyUomId}">
                 <entity-options key-field-name="uomId" description="${description} - ${abbreviation}" entity-name="Uom">