Author: ccarlow
Date: Thu Jun 4 19:57:58 2015
New Revision: 1683619
URL:
http://svn.apache.org/r1683619Log:
ordermgr/control/FindRequest ListRequestList productStoreId rendered as <display-entity> with storeName as the description and <sub-hyperlink> with link text as [${productStoreId}]
https://issues.apache.org/jira/browse/OFBIZ-6446
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=1683619&r1=1683618&r2=1683619&view=diff==============================================================================
--- ofbiz/trunk/applications/order/widget/ordermgr/CustRequestForms.xml (original)
+++ ofbiz/trunk/applications/order/widget/ordermgr/CustRequestForms.xml Thu Jun 4 19:57:58 2015
@@ -91,6 +91,13 @@ under the License.
</hyperlink>
</field>
<field name="custRequestTypeId"><display-entity entity-name="CustRequestType"/></field>
+ <field name="productStoreId">
+ <display-entity entity-name="ProductStore" description="${storeName}">
+ <sub-hyperlink description="[${productStoreId}]" target="/catalog/control/EditProductStore" target-type="inter-app">
+ <parameter param-name="productStoreId"/>
+ </sub-hyperlink>
+ </display-entity>
+ </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>