Author: surajk
Date: Sat Jun 8 07:18:57 2019
New Revision: 1860807
URL:
http://svn.apache.org/viewvc?rev=1860807&view=revLog:
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/branches/release16.11/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/controller.xml
Modified: ofbiz/branches/release16.11/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/controller.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release16.11/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/controller.xml?rev=1860807&r1=1860806&r2=1860807&view=diff==============================================================================
--- ofbiz/branches/release16.11/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/controller.xml (original)
+++ ofbiz/branches/release16.11/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/controller.xml Sat Jun 8 07:18:57 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" value="showcart"/>