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 e43d5253b Improved: PRI - move to parameterized menu location 
(OFBIZ-13044) (#117)
e43d5253b is described below

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

    Improved: PRI - move to parameterized menu location (OFBIZ-13044) (#117)
    
    * Improved: PRI - move to parameterized menu location (OFBIZ-13043)
    
    CommonScreens.xml: change menu location
    
    * correcting typo
---
 pricat/widget/CommonScreens.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pricat/widget/CommonScreens.xml b/pricat/widget/CommonScreens.xml
index fd06d8044..1fa041eaf 100644
--- a/pricat/widget/CommonScreens.xml
+++ b/pricat/widget/CommonScreens.xml
@@ -30,8 +30,8 @@ under the License.
 
                 <set field="layoutSettings.companyName" 
from-field="uiLabelMap.PriCatCompanyName" global="true"/>
                 <set field="applicationMenuName" value="PriCatAppBar" 
global="true"/>
-                <set field="applicationMenuLocation" 
value="component://pricat/widget/PriCatMenus.xml" global="true"/>
-                <set field="applicationTitle" 
from-field="uiLabelMap.PriCatApplication" global="true"/>
+                <set field="applicationMenuLocation" 
value="${parameters.mainMenuLocation" global="true"/>
+                <set field="applicationTitle" 
from-field="uiLabelMap.PriCatApplication}" global="true"/>
                 <set field="helpAnchor" from-field="helpAnchor" 
default-value="_apache_ofbiz_plugins"/>
                 <set field="layoutSettings.styleSheets[]" 
value="/pricat/includes/pricat.css" global="true"/>
             </actions>

Reply via email to