Author: ashish
Date: Sat Jun 4 10:24:05 2016
New Revision: 1746803
URL:
http://svn.apache.org/viewvc?rev=1746803&view=revLog:
Applied patch from jira issue - OFBIZ-7178 - Redirect to Find Feature Interaction page after successfully addition of new Feature Interaction. Thanks Ravi for the contribution.
Modified:
ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/controller.xml
Modified: ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/controller.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/controller.xml?rev=1746803&r1=1746802&r2=1746803&view=diff==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/controller.xml Sat Jun 4 10:24:05 2016
@@ -1219,7 +1219,7 @@ under the License.
<request-map uri="createProductFeatureIactn">
<security https="true" auth="true"/>
<event type="service" path="" invoke="createProductFeatureIactn"/>
- <response name="success" type="view" value="EditFeatureInterAction"/>
+ <response name="success" type="view" value="EditFeatureInterActions"/>
<response name="error" type="view" value="EditFeatureInterAction"/>
</request-map>
<request-map uri="removeProductFeatureIactn">