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 2016/06/23 06:09:18 UTC

svn commit: r1749831 - /ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/controller.xml

Author: ashish
Date: Thu Jun 23 06:09:18 2016
New Revision: 1749831

URL: http://svn.apache.org/viewvc?rev=1749831&view=rev
Log:
Applied patch from jira issue - OFBIZ-7531 - On deleting manufacturing rule, rule id is getting set on Create Manufacturing Rule form.
Thanks Ravi for the contribution.

Modified:
    ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/controller.xml

Modified: ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/controller.xml?rev=1749831&r1=1749830&r2=1749831&view=diff
==============================================================================
--- ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/controller.xml Thu Jun 23 06:09:18 2016
@@ -406,8 +406,8 @@ under the License.
     <request-map uri="DeleteProductManufacturingRule">
         <security https="true" auth="true"/>
         <event type="service" invoke="deleteProductManufacturingRule"/>
-        <response name="success" type="view" value="EditProductManufacturingRules"/>
-        <response name="error" type="view" value="EditProductManufacturingRules"/>
+        <response name="success" type="request-redirect" value="EditProductManufacturingRules"/>
+        <response name="error" type="request-redirect" value="EditProductManufacturingRules"/>
     </request-map>
 
     <!-- MRP request mappings -->