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 8184dc3902 Fixed: MainActionMenu not shown on findreturn screen 
(OFBIZ-13107) (#810)
8184dc3902 is described below

commit 8184dc3902a7c1f01a39526094b1dcf94daf5198
Author: Pierre Smits <pierre.sm...@somonar.com>
AuthorDate: Wed May 29 08:03:10 2024 +0200

    Fixed: MainActionMenu not shown on findreturn screen (OFBIZ-13107) (#810)
    
    The MainActionMenu of the order component is shown on various screens, but 
not on the findreturn screen.
    
    modified: OrderReturnScreens,xml
    - added pre-body decorator section having MainActionMenu to screen 
CommonOrderReturnDecorator and screen OrderFindReturn
---
 applications/order/widget/ordermgr/OrderReturnScreens.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/applications/order/widget/ordermgr/OrderReturnScreens.xml 
b/applications/order/widget/ordermgr/OrderReturnScreens.xml
index e8048637d1..8b19800c34 100644
--- a/applications/order/widget/ordermgr/OrderReturnScreens.xml
+++ b/applications/order/widget/ordermgr/OrderReturnScreens.xml
@@ -25,6 +25,9 @@ under the License.
             </actions>
             <widgets>
                 <decorator-screen name="main-decorator" 
location="${parameters.mainDecoratorLocation}">
+                    <decorator-section name="pre-body">
+                        <include-menu name="MainActionMenu" 
location="${parameters.mainMenuLocation}"/>
+                    </decorator-section>
                     <decorator-section name="body">
                         <section>
                             <widgets>
@@ -58,6 +61,9 @@ under the License.
             </actions>
             <widgets>
                 <decorator-screen name="main-decorator" 
location="${parameters.mainDecoratorLocation}">
+                    <decorator-section name="pre-body">
+                        <include-menu name="MainActionMenu" 
location="${parameters.mainMenuLocation}"/>
+                    </decorator-section>
                     <decorator-section name="body">
                         <screenlet title="${uiLabelMap.PageTitleFindReturn}">
                             <container style="basic-nav">

Reply via email to