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 b48f71ebd Improved: FIRST - move to parameterized menu location 
(OFBIZ-13046) (#118)
b48f71ebd is described below

commit b48f71ebdd072b28bd52d80065bfb81cc79facea
Author: Pierre Smits <pierre.sm...@somonar.com>
AuthorDate: Mon Apr 22 16:19:29 2024 +0200

    Improved: FIRST - move to parameterized menu location (OFBIZ-13046) (#118)
    
    CommonScreens.xml: change menu location
---
 firstdatapaymentgateway/widget/CommonScreens.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/firstdatapaymentgateway/widget/CommonScreens.xml 
b/firstdatapaymentgateway/widget/CommonScreens.xml
index b91abec7f..3782aba71 100644
--- a/firstdatapaymentgateway/widget/CommonScreens.xml
+++ b/firstdatapaymentgateway/widget/CommonScreens.xml
@@ -32,7 +32,7 @@ under the License.
 
                 <set field="activeApp" value="firstdata" global="true"/>
                 <set field="applicationMenuName" value="MainAppBar" 
global="true"/>
-                <set field="applicationMenuLocation" 
value="component://firstdatapaymentgateway/widget/FirstDataMenus.xml" 
global="true"/>
+                <set field="applicationMenuLocation" 
value="${parameters.mainMenuLocation}" global="true"/>
                 <set field="applicationTitle" 
from-field="uiLabelMap.FirstDataApplication" global="true"/>
             </actions>
             <widgets>

Reply via email to