Author: jleroux
Date: Sun Feb 17 12:46:56 2019
New Revision: 1853750
URL:
http://svn.apache.org/viewvc?rev=1853750&view=revLog:
Fixed: Add To Order button not working on shopping list screen
(OFBIZ-10836)
Steps to generate:
1.Navigate to
https://demo-trunk.ofbiz.apache.org/ordermgr/control/orderentry2.Add any finished good to the order.
3.Select New Shopping List from Add Order Items To Shopping List section.
4.Click on Add To Shopping List.
5.Now Click on Add To Order button ahead of any product in that shopping list.
6.Error message displays on the screen
Thanks: Rohit Hukkeri
jleroux: note that there is another issue popping up when testing this issue.
It's related with OFBIZ-10418 and maybe OFBIZ-5157
Modified:
ofbiz/ofbiz-framework/trunk/applications/order/widget/ordermgr/OrderEntryForms.xml
Modified: ofbiz/ofbiz-framework/trunk/applications/order/widget/ordermgr/OrderEntryForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/order/widget/ordermgr/OrderEntryForms.xml?rev=1853750&r1=1853749&r2=1853750&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/order/widget/ordermgr/OrderEntryForms.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/order/widget/ordermgr/OrderEntryForms.xml Sun Feb 17 12:46:56 2019
@@ -129,7 +129,7 @@ under the License.
<display-entity entity-name="Product" description="${productId} - ${description}"/>
</field>
<field name="addToCart" title=" " widget-style="buttontext">
- <hyperlink description="${uiLabelMap.CommonAdd} ${quantity} ${uiLabelMap.OrderAddQntToOrder}" target="additem/editShoppingList" also-hidden="false">
+ <hyperlink description="${uiLabelMap.CommonAdd} ${quantity} ${uiLabelMap.OrderAddQntToOrder}" target="additem" also-hidden="false">
<parameter param-name="shoppingListId"/>
<parameter param-name="shoppingListItemSeqId"/>
<parameter param-name="add_product_id" from-field="productId"/>