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 e950d19ebf Improved: Manufacturing Rules - move menu-item to 
ManufacturingAppBar (OFBIZ-12525)
e950d19ebf is described below

commit e950d19ebfcbfb88019d3a2eaf9ab4df8d6bd755
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Wed Sep 28 09:08:18 2022 +0200

    Improved: Manufacturing Rules - move menu-item to ManufacturingAppBar 
(OFBIZ-12525)
    
    Adding "Manufacturing Rules" menu to the top menu seems a good idea to me,
    not removing it from the BOM page sub-menu.
    
    Thanks: Pierre Smits for the initial PR
---
 .../manufacturing/widget/manufacturing/ManufacturingMenus.xml       | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/applications/manufacturing/widget/manufacturing/ManufacturingMenus.xml 
b/applications/manufacturing/widget/manufacturing/ManufacturingMenus.xml
index 7114c4b7a6..9f16c0306d 100644
--- a/applications/manufacturing/widget/manufacturing/ManufacturingMenus.xml
+++ b/applications/manufacturing/widget/manufacturing/ManufacturingMenus.xml
@@ -40,6 +40,9 @@ under the License.
         <menu-item name="bom" 
title="${uiLabelMap.ManufacturingBillOfMaterials}">
             <link target="FindBom"/>
         </menu-item>
+        <menu-item name="ManufacturingRules" 
title="${uiLabelMap.ManufacturingManufacturingRules}">
+            <link target="EditProductManufacturingRules"/>
+        </menu-item>
         <menu-item name="mrp" title="${uiLabelMap.ManufacturingMrp}">
             <link target="FindInventoryEventPlan"/>
         </menu-item>
@@ -143,9 +146,6 @@ under the License.
         <menu-item name="EditProductBom" 
title="${uiLabelMap.ManufacturingEditProductBom}">
             <link target="EditProductBom"/>
         </menu-item>
-        <menu-item name="productManufacturingRules" 
title="${uiLabelMap.ManufacturingManufacturingRules}">
-            <link target="EditProductManufacturingRules"/>
-        </menu-item>
     </menu>
     <menu name="ProductionRunTabBar" extends="CommonTabBarMenu" 
extends-resource="component://common/widget/CommonMenus.xml">
         <menu-item name="edit" 
title="${uiLabelMap.ManufacturingEditProductionRun}">

Reply via email to