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 3aba9e9dc7 Fixed: Duplicate main menu button after plugin creation 
(OFBIZ-13080) (#794)
3aba9e9dc7 is described below

commit 3aba9e9dc7b1e67a417bc3d7111d4b38706bf6c4
Author: Sebastian Tschikin <156071181+stschi...@users.noreply.github.com>
AuthorDate: Sun May 19 10:54:10 2024 +0200

    Fixed: Duplicate main menu button after plugin creation (OFBIZ-13080) (#794)
    
    The 'main' menu-item is no longer necessary as there is a default main menu 
button for every plugin.
---
 framework/resources/templates/Menus.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/framework/resources/templates/Menus.xml 
b/framework/resources/templates/Menus.xml
index a7aa7ad00b..92aad4e2b4 100644
--- a/framework/resources/templates/Menus.xml
+++ b/framework/resources/templates/Menus.xml
@@ -20,6 +20,5 @@ under the License.
 
 <menus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns="http://ofbiz.apache.org/Widget-Menu"; 
xsi:schemaLocation="http://ofbiz.apache.org/Widget-Menu 
http://ofbiz.apache.org/dtds/widget-menu.xsd";>
     <menu name="MainAppBar" 
title="${uiLabelMap.@component-resource-name@Application}" 
extends="CommonAppBarMenu" 
extends-resource="component://common/widget/CommonMenus.xml">
-        <menu-item name="main" title="${uiLabelMap.CommonMain}"><link 
target="main"/></menu-item>
     </menu>
 </menus>
\ No newline at end of file

Reply via email to