Author: ashish
Date: Sat Feb 21 06:33:32 2015
New Revision: 1661288
URL:
http://svn.apache.org/r1661288Log:
Applied bug fix from trunk r1661287.
=====================================================================
Applied patch from jira issue - OFBIZ-5419 - Ordering a License product sometimes (most often) gives a blank page.
Thanks Jacques for creating the issue and thanks Arun for providing the fix.
=====================================================================
Modified:
ofbiz/branches/release14.12/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/controller.xml
Modified: ofbiz/branches/release14.12/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/controller.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release14.12/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/controller.xml?rev=1661288&r1=1661287&r2=1661288&view=diff==============================================================================
--- ofbiz/branches/release14.12/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/controller.xml (original)
+++ ofbiz/branches/release14.12/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/controller.xml Sat Feb 21 06:33:32 2015
@@ -1946,7 +1946,7 @@ under the License.
<request-map uri="ProductUomDropDownOnly">
<security auth="false" https="false"/>
- <response name="success" type="view" value="ProductUomDropDownOnly" save-last-view="true"/>
+ <response name="success" type="view" value="ProductUomDropDownOnly" save-current-view="false" />
</request-map>
<!-- Captcha: Image request, the captcha code is stored in the session using _CAPTCHA_CODE_ as the key -->