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 be63ed6c7 Improved: MSG - move to parameterized menu location
(OFBIZ-13043) (#116)
be63ed6c7 is described below
commit be63ed6c727c341a5ef4679b225092f821ccd453
Author: Pierre Smits <[email protected]>
AuthorDate: Sun Apr 21 08:56:38 2024 +0200
Improved: MSG - move to parameterized menu location (OFBIZ-13043) (#116)
* Improved: MSG - move to parameterized menu location (OFBIZ-13043)
CommonScreens.xml: change menu location
* correcting typo
---
msggateway/widget/CommonScreens.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/msggateway/widget/CommonScreens.xml
b/msggateway/widget/CommonScreens.xml
index dd09c1d83..8e25d1b5d 100644
--- a/msggateway/widget/CommonScreens.xml
+++ b/msggateway/widget/CommonScreens.xml
@@ -32,7 +32,7 @@ under the License.
<set field="activeApp" value="msggateway" global="true"/>
<set field="applicationMenuName" value="MainAppBar"
global="true"/>
- <set field="applicationMenuLocation"
value="component://msggateway/widget/MsgGatewayMenus.xml" global="true"/>
+ <set field="applicationMenuLocation"
value="${parameters.mainMenuLocation}" global="true"/>
<set field="applicationTitle"
from-field="uiLabelMap.MsgGatewayApplication" global="true"/>
</actions>
<widgets>