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 72b14dd39 Implemented: MyPortal - Move from hard-coded menu location to parameterized (OFBIZ-12969) 72b14dd39 is described below commit 72b14dd39d9334aa10b50a1731fa416b8d3735c9 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Tue Apr 16 20:11:55 2024 +0200 Implemented: MyPortal - Move from hard-coded menu location to parameterized (OFBIZ-12969) Adds missing timesheetMenuLocation in web.xml --- myportal/webapp/myportal/WEB-INF/web.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/myportal/webapp/myportal/WEB-INF/web.xml b/myportal/webapp/myportal/WEB-INF/web.xml index d4d28eb89..c87df770e 100644 --- a/myportal/webapp/myportal/WEB-INF/web.xml +++ b/myportal/webapp/myportal/WEB-INF/web.xml @@ -63,6 +63,11 @@ <param-name>requestMenuLocation</param-name> <param-value>component://order/widget/ordermgr/OrderMenus.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>timesheetMenuLocation</param-name> + <param-value>component://workeffort/widget/WorkEffortMenus.xml</param-value> + </context-param> <filter> <display-name>ControlFilter</display-name>