You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by as...@apache.org on 2015/02/21 07:51:34 UTC

svn commit: r1661291 - /ofbiz/branches/release13.07/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/controller.xml

Author: ashish
Date: Sat Feb 21 06:51:34 2015
New Revision: 1661291

URL: http://svn.apache.org/r1661291
Log:
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/release13.07/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/controller.xml

Modified: ofbiz/branches/release13.07/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release13.07/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/controller.xml?rev=1661291&r1=1661290&r2=1661291&view=diff
==============================================================================
--- ofbiz/branches/release13.07/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/controller.xml (original)
+++ ofbiz/branches/release13.07/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/controller.xml Sat Feb 21 06:51:34 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-last-view="false"/>
     </request-map>
     
     <!-- Captcha: Image request, the captcha code is stored in the session using _CAPTCHA_CODE_ as the key -->