Author: ashish
Date: Thu Jun 23 06:11:22 2016
New Revision: 1749834
URL:
http://svn.apache.org/viewvc?rev=1749834&view=revLog:
Applied patch from trunk r1749831.
==============================================
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/branches/release14.12/applications/manufacturing/webapp/manufacturing/WEB-INF/controller.xml
Modified: ofbiz/branches/release14.12/applications/manufacturing/webapp/manufacturing/WEB-INF/controller.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release14.12/applications/manufacturing/webapp/manufacturing/WEB-INF/controller.xml?rev=1749834&r1=1749833&r2=1749834&view=diff==============================================================================
--- ofbiz/branches/release14.12/applications/manufacturing/webapp/manufacturing/WEB-INF/controller.xml (original)
+++ ofbiz/branches/release14.12/applications/manufacturing/webapp/manufacturing/WEB-INF/controller.xml Thu Jun 23 06:11:22 2016
@@ -405,8 +405,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 -->