You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ch...@apache.org on 2009/05/13 16:17:03 UTC

svn commit: r774379 - /ofbiz/trunk/applications/product/webapp/catalog/store/ProductStoreForms.xml

Author: chrisg
Date: Wed May 13 14:17:03 2009
New Revision: 774379

URL: http://svn.apache.org/viewvc?rev=774379&view=rev
Log:
Fixes error when updating a ProductStore (missing parameter)

Modified:
    ofbiz/trunk/applications/product/webapp/catalog/store/ProductStoreForms.xml

Modified: ofbiz/trunk/applications/product/webapp/catalog/store/ProductStoreForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/store/ProductStoreForms.xml?rev=774379&r1=774378&r2=774379&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/store/ProductStoreForms.xml (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/store/ProductStoreForms.xml Wed May 13 14:17:03 2009
@@ -42,7 +42,7 @@
         <auto-fields-service service-name="updateProductStore" map-name=""/>
 
         <field use-when="productStore!=null" name="productStoreId" tooltip="${uiLabelMap.ProductNotModificationRecreatingProductStore}"><display/></field>
-        <field name="productStoreId"><ignored/></field>
+        <field name="productStoreId"><hidden/></field>
 
         <field name="primaryStoreGroupId">
             <drop-down allow-empty="true">