Author: surajk
Date: Sat Jun  8 06:23:35 2019
New Revision: 1860801

URL: http://svn.apache.org/viewvc?rev=1860801&view=rev
Log:
Fixed: Blank page appears after using Tell-A-Friend functionality while adding 
item to cart.
(OFBIZ-10885)
Thanks Ravi Lodhi for reporting and Nitish Mishra for providing the patch.

Modified:
    ofbiz/ofbiz-plugins/trunk/ecommerce/webapp/ecommerce/WEB-INF/controller.xml

Modified: 
ofbiz/ofbiz-plugins/trunk/ecommerce/webapp/ecommerce/WEB-INF/controller.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/ecommerce/webapp/ecommerce/WEB-INF/controller.xml?rev=1860801&r1=1860800&r2=1860801&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/trunk/ecommerce/webapp/ecommerce/WEB-INF/controller.xml 
(original)
+++ ofbiz/ofbiz-plugins/trunk/ecommerce/webapp/ecommerce/WEB-INF/controller.xml 
Sat Jun  8 06:23:35 2019
@@ -241,7 +241,7 @@ under the License.
     <request-map uri="additem">
         <security https="false" auth="false"/>
         <event type="java" 
path="org.apache.ofbiz.order.shoppingcart.ShoppingCartEvents" 
invoke="addToCart"/>
-        <response name="success" type="view-last" value="showcart" 
save-last-view="true"/>
+        <response name="success" type="view-last" value="showcart"/>
         <response name="survey" type="view" value="survey"/>
         <response name="product" type="view" value="product"/>
         <response name="viewcart" type="request-redirect-noparam" 
value="showcart"/>


Reply via email to