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 b0260c00b Improved: BI-Move from hard-coded menu location to 
parameterized (OFBIZ-13040) (#113)
b0260c00b is described below

commit b0260c00bf63109744e1973c902fb6eefa989ad6
Author: Pierre Smits <[email protected]>
AuthorDate: Sun Apr 21 08:56:04 2024 +0200

    Improved: BI-Move from hard-coded menu location to parameterized 
(OFBIZ-13040) (#113)
    
    Move the various menu locations in content screens to parameterized
    
    modified: BiScreens.xml: change menu location
---
 bi/widget/BiScreens.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bi/widget/BiScreens.xml b/bi/widget/BiScreens.xml
index 3949c713c..51e28c08c 100644
--- a/bi/widget/BiScreens.xml
+++ b/bi/widget/BiScreens.xml
@@ -31,7 +31,7 @@ under the License.
                 <set field="layoutSettings.companySubtitle" 
from-field="uiLabelMap.BusinessIntelligenceCompanySubtitle" global="true"/>
                 <set field="activeApp" value="bi" global="true"/>
                 <set field="applicationMenuName" value="BiAppBar" 
global="true"/>
-                <set field="applicationMenuLocation" 
value="component://bi/widget/BiMenus.xml" global="true"/>
+                <set field="applicationMenuLocation" 
value="${parameters.mainMenuLocation}" global="true"/>
                 <set field="applicationTitle" 
from-field="uiLabelMap.BusinessIntelligenceApplication" global="true"/>
                 <set field="helpAnchor" from-field="helpAnchor" 
default-value="_apache_ofbiz_plugins"/>
             </actions>

Reply via email to