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 21:57:59 UTC

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

Author: ccarlow
Date: Thu Jun  4 19:57:58 2015
New Revision: 1683619

URL: http://svn.apache.org/r1683619
Log:
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>