Author: jleroux
Date: Wed May 22 07:44:55 2019
New Revision: 1859694
URL:
http://svn.apache.org/viewvc?rev=1859694&view=revLog:
Fixed: Replace request-redirect w/ no redirect-param attribute by
request-redirect-noparam
(OFBIZ-9997)
No problems using view here, KISS!
Modified:
ofbiz/ofbiz-framework/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/controller.xml
Modified: ofbiz/ofbiz-framework/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/controller.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/controller.xml?rev=1859694&r1=1859693&r2=1859694&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/controller.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/controller.xml Wed May 22 07:44:55 2019
@@ -449,8 +449,8 @@ under the License.
<request-map uri="DeleteProductManufacturingRule">
<security https="true" auth="true"/>
<event type="service" invoke="deleteProductManufacturingRule"/>
- <response name="success" type="request-redirect-noparam" value="EditProductManufacturingRules"/>
- <response name="error" type="request-redirect" value="EditProductManufacturingRules"/>
+ <response name="success" type="view" value="EditProductManufacturingRules"/>
+ <response name="error" type="view" value="EditProductManufacturingRules"/>
</request-map>
<!-- MRP request mappings -->