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 740512a4e Improved: Fix cross-app menu location issues (OFBIZ-13035) (#121) 740512a4e is described below commit 740512a4e6ad2297fe24dc4878f447e41074665d Author: Pierre Smits <pierre.sm...@somonar.com> AuthorDate: Mon Apr 22 17:59:09 2024 +0200 Improved: Fix cross-app menu location issues (OFBIZ-13035) (#121) address cross application menu-location issues. modified: assetmaint/web.xml - added context-param calendarMenuLocation (re calendar screen of a fixed asset) --- assetmaint/webapp/assetmaint/WEB-INF/web.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assetmaint/webapp/assetmaint/WEB-INF/web.xml b/assetmaint/webapp/assetmaint/WEB-INF/web.xml index ceb0734e6..226af744c 100644 --- a/assetmaint/webapp/assetmaint/WEB-INF/web.xml +++ b/assetmaint/webapp/assetmaint/WEB-INF/web.xml @@ -63,6 +63,11 @@ <param-name>mainMenuLocation</param-name> <param-value>component://assetmaint/widget/AssetmaintMenus.xml</param-value> </context-param> + <context-param> + <description>The location of the calendar menus file to be used in this webapp; referred to as a context variable in screen def XML files.</description> + <param-name>calendarMenuLocation</param-name> + <param-value>component://workeffort/widget/WorkEffortMenus.xml</param-value> + </context-param> <filter> <display-name>ControlFilter</display-name>