svn commit: r1683580 - /ofbiz/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: r1683580 - /ofbiz/trunk/applications/order/widget/ordermgr/CustRequestForms.xml

ccarlow
Author: ccarlow
Date: Thu Jun  4 15:54:47 2015
New Revision: 1683580

URL: http://svn.apache.org/r1683580
Log:
Added ListRequestList <display-entity> for custRequestTypeId so the description would be displayed instead of the id value to match the find field.

https://issues.apache.org/jira/browse/OFBIZ-6445

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=1683580&r1=1683579&r2=1683580&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/widget/ordermgr/CustRequestForms.xml (original)
+++ ofbiz/trunk/applications/order/widget/ordermgr/CustRequestForms.xml Thu Jun  4 15:54:47 2015
@@ -90,6 +90,7 @@ under the License.
                 <parameter param-name="custRequestId"/>
             </hyperlink>
         </field>
+        <field name="custRequestTypeId"><display-entity entity-name="CustRequestType" key-field-name="custRequestTypeId" description="${description}"/></field>
         <field name="custRequestName" sort-field="true"><display/></field>
         <field name="priority" sort-field="true"><display/></field>
         <field name="responseRequiredDate" sort-field="true"><display/></field>