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 3b160d349f Improved: Have screen ImportExport show Party 
MainActionMenu (OFBIZ-12903) (#696)
3b160d349f is described below

commit 3b160d349f9cad32ec4c6ecfcaa2f5c673e23923
Author: Pierre Smits <pierre.sm...@somonar.com>
AuthorDate: Fri Feb 16 17:23:00 2024 +0100

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

diff --git a/applications/party/widget/partymgr/PartyScreens.xml 
b/applications/party/widget/partymgr/PartyScreens.xml
index d419e2088b..7d39873af6 100644
--- a/applications/party/widget/partymgr/PartyScreens.xml
+++ b/applications/party/widget/partymgr/PartyScreens.xml
@@ -1394,6 +1394,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.PartyParty} 
${uiLabelMap.CommonImportExport} ID Name, single role (employee, customer, 
supplier) and contactmechs">
                             <container style="lefthalf">

Reply via email to