svn commit: r921326 - /ofbiz/trunk/specialpurpose/ebaystore/widget/EbayStoreMenus.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r921326 - /ofbiz/trunk/specialpurpose/ebaystore/widget/EbayStoreMenus.xml

jleroux@apache.org
Author: jleroux
Date: Wed Mar 10 12:13:00 2010
New Revision: 921326

URL: http://svn.apache.org/viewvc?rev=921326&view=rev
Log:
Should fix an issue reported by Sam Hamilton at (https://issues.apache.org/jira/browse/OFBIZ-3548) - OFBIZ-3548

Modified:
    ofbiz/trunk/specialpurpose/ebaystore/widget/EbayStoreMenus.xml

Modified: ofbiz/trunk/specialpurpose/ebaystore/widget/EbayStoreMenus.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/widget/EbayStoreMenus.xml?rev=921326&r1=921325&r2=921326&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ebaystore/widget/EbayStoreMenus.xml (original)
+++ ofbiz/trunk/specialpurpose/ebaystore/widget/EbayStoreMenus.xml Wed Mar 10 12:13:00 2010
@@ -44,7 +44,7 @@
             </link>
         </menu-item>
         <menu-item name="blockItemOutOfStock" title="${uiLabelMap.EbayBlockItemOutOfStock}">
-            <link target="blockItemOutOfStock">
+            <link target="runBlockItemOutOfStock">
                 <parameter param-name="productStoreId" value="${parameters.productStoreId}"/>
             </link>
         </menu-item>