Author: jleroux
Date: Sun Sep 18 10:43:17 2011
New Revision: 1172243

URL: http://svn.apache.org/viewvc?rev=1172243&view=rev
Log:
Fixes "QuickCheckout -> New Address -> Back functionality doesn't work" 
reported by Kiran Gawde https://issues.apache.org/jira/browse/OFBIZ-4411

Same fix than http://svn.apache.org/viewvc?rev=981288&view=rev for OFBIZ-3432. 
I guess the quirks were introduced by 
http://svn.apache.org/viewvc?rev=749979&view=rev

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

Modified: 
ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/controller.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/controller.xml?rev=1172243&r1=1172242&r2=1172243&view=diff
==============================================================================
--- 
ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/controller.xml 
(original)
+++ 
ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/controller.xml 
Sun Sep 18 10:43:17 2011
@@ -621,7 +621,7 @@ under the License.
     <request-map uri="quickcheckout">
         <security https="true" auth="true"/>
         <event type="java" path="org.ofbiz.order.shoppingcart.CheckOutEvents" 
invoke="cartNotEmpty"/>
-        <response name="success" type="view" value="quickcheckout"/>
+        <response name="success" type="view"  save-current-view="true" 
value="quickcheckout"/>
         <response name="error" type="view" value="main"/>
     </request-map>
 


Reply via email to