This is an automated email from the ASF dual-hosted git repository.
adityasharma pushed a commit to branch release18.12
in repository
https://gitbox.apache.org/repos/asf/ofbiz-framework.gitThe following commit(s) were added to refs/heads/release18.12 by this push:
new 9925fad Fixed: Requesthandler exception is showing after clicking cancel/done button on editPerson screen (OFBIZ-10890) Set the value of missing parameter. Thanks Minal Phalak for reporting and providing the patch
9925fad is described below
commit 9925fad92a9868af44be05c4c6d3b95ea4e04ec6
Author: Aditya Sharma <
[hidden email]>
AuthorDate: Sat May 23 17:32:16 2020 +0530
Fixed: Requesthandler exception is showing after clicking cancel/done button on editPerson screen
(OFBIZ-10890)
Set the value of missing parameter.
Thanks Minal Phalak for reporting and providing the patch
---
applications/party/widget/partymgr/PartyScreens.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/applications/party/widget/partymgr/PartyScreens.xml b/applications/party/widget/partymgr/PartyScreens.xml
index 446f37f..b610b01 100644
--- a/applications/party/widget/partymgr/PartyScreens.xml
+++ b/applications/party/widget/partymgr/PartyScreens.xml
@@ -75,6 +75,7 @@ under the License.
<set field="tabButtonItem" value="viewprofile"/>
<set field="labelTitleProperty" value="PartyTaxAuthInfos"/>
<set field="partyId" from-field="parameters.partyId"/>
+ <set field="DONE_PAGE" from-field="parameters.DONE_PAGE" default-value="viewprofile"/>
<set field="layoutSettings.javaScripts[]" value="/partymgr/static/PartyProfileContent.js" global="true"/>
<script location="component://party/groovyScripts/party/ViewProfile.groovy"/>
</actions>