Author: jacopoc
Date: Tue Apr 27 10:31:21 2010
New Revision: 938403

URL: http://svn.apache.org/viewvc?rev=938403&view=rev
Log:
Fixed configuration option product link to point to the edit product page 
instead to point back to the configuration option page.


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

Modified: ofbiz/trunk/applications/product/widget/catalog/ConfigForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/ConfigForms.xml?rev=938403&r1=938402&r2=938403&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/ConfigForms.xml (original)
+++ ofbiz/trunk/applications/product/widget/catalog/ConfigForms.xml Tue Apr 27 
10:31:21 2010
@@ -247,9 +247,7 @@ under the License.
         <field name="configItemId" ><hidden/></field>
         <field name="configOptionId" ><hidden/></field>
         <field name="productId" widget-style="buttontext">
-            <hyperlink target="EditProductConfigOptions" 
description="${product.productId} - ${product.productName}">
-                <parameter param-name="configItemId"/>
-                <parameter param-name="configOptionId"/>
+            <hyperlink target="EditProduct" description="${product.productId} 
- ${product.productName}">
                 <parameter param-name="productId" 
from-field="product.productId"/>
             </hyperlink>
         </field>


Reply via email to