Author: ccarlow
Date: Thu Jun 4 15:54:47 2015
New Revision: 1683580
URL:
http://svn.apache.org/r1683580Log:
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-6445Modified:
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>