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 0af9b20422 Fixed: Fix cross-app menu location issues (OFBIZ-13035)
0af9b20422 is described below

commit 0af9b20422d13d6d2641ad344779fc73dd8cd266
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Thu Apr 18 09:44:37 2024 +0200

    Fixed: Fix cross-app menu location issues (OFBIZ-13035)
    
    The GroupUpdate menu was missing in SfaMenus.xm. This adds it
---
 applications/marketing/widget/sfa/SfaMenus.xml | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/applications/marketing/widget/sfa/SfaMenus.xml 
b/applications/marketing/widget/sfa/SfaMenus.xml
index 35d096a577..e49ae74d5d 100644
--- a/applications/marketing/widget/sfa/SfaMenus.xml
+++ b/applications/marketing/widget/sfa/SfaMenus.xml
@@ -76,7 +76,7 @@ under the License.
             </link>
         </menu-item>
     </menu>
-    
+
     <menu name="OpportunityTabBar" extends="CommonTabBarMenu" 
extends-resource="component://common/widget/CommonMenus.xml">
         <menu-item name="ViewSalesOpportunity" 
title="${uiLabelMap.SfaOpportunitySummary}">
             <link target="ViewSalesOpportunity">
@@ -295,7 +295,7 @@ under the License.
             </link>
         </menu-item>
     </menu>
-    
+
     <menu name="LeadFindTabBar" extends="CommonTabBarMenu" 
extends-resource="component://common/widget/CommonMenus.xml">
         <menu-item name="all" title="${uiLabelMap.SfaAllLeads}">
             <condition>
@@ -395,4 +395,12 @@ under the License.
           menu-container-style="button-bar button-style-2 no-clear">
         <menu-item name="NewEvent" title="${uiLabelMap.CommonCreate}"><link 
target="EditEvent"/></menu-item>
     </menu>
+
+    <menu name="GroupUpdate">
+        <menu-item name="update" title="${uiLabelMap.CommonUpdate}">
+            <link target="editpartygroup">
+                <parameter param-name="partyId" 
from-field="organizationPartyId"/>
+            </link>
+        </menu-item>
+    </menu>
 </menus>

Reply via email to