You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2009/10/28 09:33:19 UTC

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

Author: hansbak
Date: Wed Oct 28 08:33:19 2009
New Revision: 830462

URL: http://svn.apache.org/viewvc?rev=830462&view=rev
Log:
customer request name should not be displayed encoded, when created by the service it already is set to 'safe'

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

Modified: ofbiz/trunk/applications/order/widget/ordermgr/CustRequestForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/widget/ordermgr/CustRequestForms.xml?rev=830462&r1=830461&r2=830462&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/widget/ordermgr/CustRequestForms.xml (original)
+++ ofbiz/trunk/applications/order/widget/ordermgr/CustRequestForms.xml Wed Oct 28 08:33:19 2009
@@ -238,7 +238,7 @@
                 <entity-options entity-name="CustRequestType" description="${description}"/>
             </drop-down>
         </field>
-        <field name="custRequestName"><text default-value="${communicationEvent.subject}"/></field>
+        <field name="custRequestName" encode-output="false"><text default-value="${communicationEvent.subject}"/></field>
         <field name="salesChannelEnumId" title="${uiLabelMap.OrderSalesChannel}">
             <drop-down allow-empty="true">
                 <entity-options entity-name="Enumeration" description="${description}" key-field-name="enumId">
@@ -538,7 +538,7 @@
                 <parameter param-name="partyId" from-field="custRequest.fromPartyId"/>
             </hyperlink>
         </field>
-        <field name="custRequestName" title="${uiLabelMap.CommonName}"><display/></field>
+        <field name="custRequestName" title="${uiLabelMap.CommonName}" encode-output="false"><display/></field>
         <field name="description" title="${uiLabelMap.CommonDescription}"><display/></field>
         <field name="productStoreId" title="${uiLabelMap.ProductProductStore}"><display-entity entity-name="ProductStore" description="${storeName}"/></field>
         <field name="internalComment" title="${uiLabelMap.CommonInternalComment}"><display/></field>
@@ -646,7 +646,7 @@
             </service>
         </row-actions>
         <field name="custRequestId"><hidden/></field>
-        <field name="custRequestName">
+        <field name="custRequestName" encode-output="false">
             <hyperlink description="${custRequestName} [${custRequestId}]" target="ViewRequest">
                 <parameter param-name="custRequestId"/>
             </hyperlink>
@@ -672,7 +672,7 @@
             </service>
         </row-actions>
         <field name="custRequestId"><hidden/></field>
-        <field name="custRequestName">
+        <field name="custRequestName" encode-output="false">
             <hyperlink description="${custRequestName} [${custRequestId}]" target="ViewRequest">
                 <parameter param-name="custRequestId"/>
             </hyperlink>