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 ab35d4a751 Revert "Fixed: Fix cross-app menu location issues (OFBIZ-13035)" ab35d4a751 is described below commit ab35d4a751345956a6299f511053771c174ae351 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Thu Apr 18 10:01:41 2024 +0200 Revert "Fixed: Fix cross-app menu location issues (OFBIZ-13035)" This reverts wrong commit 0af9b20422d13d6d2641ad344779fc73dd8cd266. --- applications/marketing/widget/sfa/SfaMenus.xml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/applications/marketing/widget/sfa/SfaMenus.xml b/applications/marketing/widget/sfa/SfaMenus.xml index e49ae74d5d..35d096a577 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,12 +395,4 @@ 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>