Author: ashish Date: Sat Aug 27 13:36:35 2016 New Revision: 1758031 URL: http://svn.apache.org/viewvc?rev=1758031&view=rev Log: Applied patch from jira issue - OFBIZ-8007 - Request not redirecting on creating Party Classification. Thanks Akshay for the contribution.
Modified: ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/controller.xml Modified: ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/controller.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/controller.xml?rev=1758031&r1=1758030&r2=1758031&view=diff ============================================================================== --- ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/controller.xml (original) +++ ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/controller.xml Sat Aug 27 13:36:35 2016 @@ -823,13 +823,13 @@ under the License. <request-map uri="createPartyClassificationGroup"> <security https="true" auth="true"/> <event type="service" path="" invoke="createPartyClassificationGroup"/> - <response name="success" type="view" value="EditPartyClassificationGroup"/> + <response name="success" type="view" value="FindPartyClassificationGroups"/> <response name="error" type="view" value="EditPartyClassificationGroup"/> </request-map> <request-map uri="updatePartyClassificationGroup"> <security https="true" auth="true"/> <event type="service" path="" invoke="updatePartyClassificationGroup"/> - <response name="success" type="view" value="EditPartyClassificationGroup"/> + <response name="success" type="view" value="FindPartyClassificationGroups"/> <response name="error" type="view" value="EditPartyClassificationGroup"/> </request-map> <request-map uri="deletePartyClassificationGroup">