Author: ashish
Date: Thu Jun 23 06:10:41 2016
New Revision: 1749833
URL:
http://svn.apache.org/viewvc?rev=1749833&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/release15.12/applications/manufacturing/webapp/manufacturing/WEB-INF/controller.xml
Modified: ofbiz/branches/release15.12/applications/manufacturing/webapp/manufacturing/WEB-INF/controller.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release15.12/applications/manufacturing/webapp/manufacturing/WEB-INF/controller.xml?rev=1749833&r1=1749832&r2=1749833&view=diff==============================================================================
--- ofbiz/branches/release15.12/applications/manufacturing/webapp/manufacturing/WEB-INF/controller.xml (original)
+++ ofbiz/branches/release15.12/applications/manufacturing/webapp/manufacturing/WEB-INF/controller.xml Thu Jun 23 06:10:41 2016
@@ -409,8 +409,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 -->