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

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 99e497df14 Improved: Have screen FindPartyClassificationGroups show 
Party MainActionMenu (OFBIZ-12900 - #693)
99e497df14 is described below

commit 99e497df14411fbf6baac360ba28f12605426b48
Author: Pierre Smits <pierre.sm...@somonar.com>
AuthorDate: Thu Feb 15 10:20:38 2024 +0100

    Improved: Have screen FindPartyClassificationGroups show Party 
MainActionMenu (OFBIZ-12900 - #693)
    
    Currently the FindPartyClassificationGroups screen in 
PartyClassificationScreens.xml does not show the MainActionMenu of the party 
component.
    For a consistent user experience this should be.
    
    modified: PartyClassificationsScreens.xml
    - added decorator-section 'pre-body', having MainActionMenu
---
 applications/party/widget/partymgr/PartyClassificationScreens.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/applications/party/widget/partymgr/PartyClassificationScreens.xml 
b/applications/party/widget/partymgr/PartyClassificationScreens.xml
index c39ad4072e..18d815ec22 100644
--- a/applications/party/widget/partymgr/PartyClassificationScreens.xml
+++ b/applications/party/widget/partymgr/PartyClassificationScreens.xml
@@ -104,6 +104,9 @@ under the License.
             </actions>
             <widgets>
                 <decorator-screen name="main-decorator" 
location="${parameters.mainDecoratorLocation}">
+                    <decorator-section name="pre-body">
+                        <include-menu name="MainActionMenu" 
location="component://party/widget/partymgr/PartyMenus.xml"/>
+                    </decorator-section>
                     <decorator-section name="body">
                         <screenlet 
title="${uiLabelMap.PartyClassificationGroups}">
                             <container style="button-bar"><link 
target="EditPartyClassificationGroup" style="buttontext create" 
text="${uiLabelMap.PartyCreateNewPartyClassificationGroup}"/></container>

Reply via email to