Author: buscob
Date: Sat Oct 16 11:31:37 2010
New Revision: 1023254

URL: http://svn.apache.org/viewvc?rev=1023254&view=rev
Log:
Used intra-app link so that this works also when this form is used from 
https://localhost:8443/facility/control/EditFacility screen.

Modified:
    ofbiz/trunk/applications/product/widget/catalog/StoreForms.xml

Modified: ofbiz/trunk/applications/product/widget/catalog/StoreForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/StoreForms.xml?rev=1023254&r1=1023253&r2=1023254&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/StoreForms.xml (original)
+++ ofbiz/trunk/applications/product/widget/catalog/StoreForms.xml Sat Oct 16 
11:31:37 2010
@@ -118,7 +118,7 @@ under the License.
         <field name="productStoreId"><hidden /></field>
         <field name="facilityId">
             <display-entity entity-name="Facility"  
description="${facilityName}">
-                <sub-hyperlink link-style="link" description="[${facilityId}]" 
 target="EditFacility">
+                <sub-hyperlink link-style="link" description="[${facilityId}]" 
 target="/facility/control/EditFacility" target-type="inter-app">
                     <parameter param-name="facilityId"/>
                 </sub-hyperlink>
             </display-entity>    


Reply via email to