Author: arunpatidar
Date: Sat Oct 28 13:16:01 2017
New Revision: 1813627
URL:
http://svn.apache.org/viewvc?rev=1813627&view=revLog:
FIXED:Issue while creating new person in the party component. (OFBIZ-9653)
Thanks Rubia Elza Joshep and Suraj Khurana 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=1813627&r1=1813626&r2=1813627&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 Sat Oct 28 13:16:01 2017
@@ -368,7 +368,9 @@ under the License.
<request-map uri="createPerson">
<security https="true" auth="true"/>
<event type="service" path="" invoke="createPerson"/>
- <response name="success" type="request-redirect" value="viewprofile"/>
+ <response name="success" type="request-redirect" value="viewprofile">
+ <redirect-parameter name="partyId"/>
+ </response>
<response name="error" type="view" value="EditPerson"/>
</request-map>
<request-map uri="updatePerson">