Author: pawan
Date: Fri Oct  4 10:15:20 2019
New Revision: 1867972

URL: http://svn.apache.org/viewvc?rev=1867972&view=rev
Log:
Reverted: User is unable to update the review of product
(OFBIZ-10799)

Reverted rev 1867904

Thanks: Deepak Dixit for reporting the issue.

Modified:
    
ofbiz/ofbiz-framework/trunk/applications/product/webapp/catalog/WEB-INF/controller.xml

Modified: 
ofbiz/ofbiz-framework/trunk/applications/product/webapp/catalog/WEB-INF/controller.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/product/webapp/catalog/WEB-INF/controller.xml?rev=1867972&r1=1867971&r2=1867972&view=diff
==============================================================================
--- 
ofbiz/ofbiz-framework/trunk/applications/product/webapp/catalog/WEB-INF/controller.xml
 (original)
+++ 
ofbiz/ofbiz-framework/trunk/applications/product/webapp/catalog/WEB-INF/controller.xml
 Fri Oct  4 10:15:20 2019
@@ -2459,12 +2459,7 @@ under the License.
     <request-map uri="updateProductReview">
         <security https="true" auth="true"/>
         <event type="service" path="" invoke="updateProductReview"/>
-        <response name="success" type="request-redirect" value="FindReviews">
-            <redirect-parameter name="noConditionFind" value="Y"/>
-            <redirect-parameter name="productId"/>
-            <redirect-parameter name="statusId"/>
-            <redirect-parameter name="productReview"/>
-        </response>
+        <response name="success" type="request-redirect-noparam" 
value="FindReviews"/>
         <response name="error" type="view" value="FindReviews"/>
     </request-map>
     <request-map uri="FindReviews">


Reply via email to