Author: ashish
Date: Sat Nov 15 12:44:39 2014
New Revision: 1639873

URL: http://svn.apache.org/r1639873
Log:
Applied patch from jira issue - OFBIZ-4468 - After login it shows error 
'Product not found!'.
Thanks Kiran for reporting the issue, Thanks Akash for providing the patch for 
this issue. 

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=1639873&r1=1639872&r2=1639873&view=diff
==============================================================================
--- 
ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/controller.xml 
(original)
+++ 
ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/controller.xml 
Sat Nov 15 12:44:39 2014
@@ -81,7 +81,7 @@ under the License.
         <description>Verify a user is logged in.</description>
         <security https="true" auth="false"/>
         <event type="java" path="org.ofbiz.securityext.login.LoginEvents" 
invoke="storeCheckLogin"/>
-        <response name="success" type="view" value="main"/>
+        <response name="success" type="view-last" value="main"/>
         <response name="error" type="view" value="login"/>
     </request-map>
     <request-map uri="login">
@@ -857,7 +857,7 @@ under the License.
     </request-map>
     <request-map uri="category">
         <security https="false" auth="false"/>
-        <response name="success" type="view" value="category"/>
+        <response name="success" type="view" value="category" 
save-current-view="true"/>
     </request-map>
     <request-map uri="product">
         <security https="false" auth="false"/>


Reply via email to