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