You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by cc...@apache.org on 2015/06/04 17:54:47 UTC

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

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>



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

Posted by Nicolas Malin <ni...@nereide.fr>.
Le 04/06/2015 17:54, ccarlow@apache.org a écrit :
> +        <field name="custRequestTypeId"><display-entity entity-name="CustRequestType" key-field-name="custRequestTypeId" description="${description}"/></field>
more easier :
                 <field name="custRequestTypeId"><display-entity 
entity-name="CustRequestType" /></field>

Nicolas