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-plugins.git
The following commit(s) were added to refs/heads/trunk by this push: new 77c7a0a68 Improved: ISMGR - Move from hard-coded menu location to parameterized (OFBIZ-12954) 77c7a0a68 is described below commit 77c7a0a68309b7ccdeca974b59c640a2c88eb6df Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Fri Mar 22 08:43:29 2024 +0100 Improved: ISMGR - Move from hard-coded menu location to parameterized (OFBIZ-12954) Removes a redundant "Home Page" button already present in CommonAppBarMenu --- assetmaint/widget/ismgr/Menus.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/assetmaint/widget/ismgr/Menus.xml b/assetmaint/widget/ismgr/Menus.xml index 4a8a6b84c..596d7e2ef 100644 --- a/assetmaint/widget/ismgr/Menus.xml +++ b/assetmaint/widget/ismgr/Menus.xml @@ -22,7 +22,6 @@ under the License. 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="IsMgrAppBar" title="${uiLabelMap.IsMgrApplication}" extends="CommonAppBarMenu" extends-resource="component://common/widget/CommonMenus.xml"> - <menu-item name="main" title="${uiLabelMap.CommonMain}"><link target="main"/></menu-item> <menu-item name="ComputerHardware" title="${uiLabelMap.IsMgrComputerHardware}"><link target="ListComputerHardware"/></menu-item> <menu-item name="ComputerSoftware" title="${uiLabelMap.IsMgrComputerSoftware}"><link target="ListComputerSoftware"/></menu-item> </menu>