You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2011/09/18 17:35:45 UTC

svn commit: r1172297 - /ofbiz/trunk/applications/product/widget/catalog/CatalogMenus.xml

Author: jleroux
Date: Sun Sep 18 15:35:45 2011
New Revision: 1172297

URL: http://svn.apache.org/viewvc?rev=1172297&view=rev
Log:
Fixes 'Create Product in Category' button cause exception https://issues.apache.org/jira/browse/OFBIZ-4408 reported by Wai

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

Modified: ofbiz/trunk/applications/product/widget/catalog/CatalogMenus.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/CatalogMenus.xml?rev=1172297&r1=1172296&r2=1172297&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/CatalogMenus.xml (original)
+++ ofbiz/trunk/applications/product/widget/catalog/CatalogMenus.xml Sun Sep 18 15:35:45 2011
@@ -156,7 +156,7 @@ under the License.
                 <not><if-empty field="productCategory"/></not>
             </condition>
             <link target="createProductInCategoryStart">
-                <parameter param-name="prodCatalogId"/>
+                <parameter param-name="productCategoryId"/>
             </link>
         </menu-item>
         <menu-item name="AdvancedSearch" title="${uiLabelMap.ProductSearchInCategory}" widget-style="buttontext search">