You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ar...@apache.org on 2017/07/09 05:44:31 UTC

svn commit: r1801346 - /ofbiz/ofbiz-framework/trunk/applications/party/webapp/partymgr/WEB-INF/controller.xml

Author: arunpatidar
Date: Sun Jul  9 05:44:31 2017
New Revision: 1801346

URL: http://svn.apache.org/viewvc?rev=1801346&view=rev
Log:
Fixed: Wrong screen redirection after adding note on Lead profile screen. (OFBIZ-9459)

Thanks Jagpreet and Priya for your contribution.

Modified:
    ofbiz/ofbiz-framework/trunk/applications/party/webapp/partymgr/WEB-INF/controller.xml

Modified: ofbiz/ofbiz-framework/trunk/applications/party/webapp/partymgr/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/party/webapp/partymgr/WEB-INF/controller.xml?rev=1801346&r1=1801345&r2=1801346&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/party/webapp/partymgr/WEB-INF/controller.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/party/webapp/partymgr/WEB-INF/controller.xml Sun Jul  9 05:44:31 2017
@@ -455,7 +455,7 @@ under the License.
     <request-map uri="createPartyNote">
         <security https="true" auth="true"/>
         <event type="service" invoke="createPartyNote"/>
-        <response name="success" type="view" value="viewprofile"/>
+        <response name="success" type="request" value="backHome"/>
         <response name="error" type="view" value="AddPartyNote"/>
     </request-map>