This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch 
ecomify-OFBIZ-11468_Convert_ShipmentReceiptServices-squashed
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git

commit 335b3462c9406cf17584c8010ca808c53196dc4f
Author: Aditya Sharma <adityasha...@apache.org>
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 0e65511..460522f 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>

Reply via email to