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-framework.git
The following commit(s) were added to refs/heads/trunk by this push: new 6dc52f9b11 Improved: fix cross-app menu location issues (Ofbiz 13035) (#773) 6dc52f9b11 is described below commit 6dc52f9b112944d2a540c96b4954de40690b4a90 Author: Pierre Smits <pierre.sm...@somonar.com> AuthorDate: Wed Apr 17 18:23:15 2024 +0200 Improved: fix cross-app menu location issues (Ofbiz 13035) (#773) modified: sfa/web.xml - added context-param for profileMenuLocation --- applications/marketing/webapp/sfa/WEB-INF/web.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/applications/marketing/webapp/sfa/WEB-INF/web.xml b/applications/marketing/webapp/sfa/WEB-INF/web.xml index bd0a0ad340..dbb582d951 100644 --- a/applications/marketing/webapp/sfa/WEB-INF/web.xml +++ b/applications/marketing/webapp/sfa/WEB-INF/web.xml @@ -53,6 +53,11 @@ under the License. <param-name>calendarMenuLocation</param-name> <param-value>component://workeffort/widget/WorkEffortMenus.xml</param-value> </context-param> + <context-param> + <description>The location of the profile screen menus file to be used in this webapp; referred to as a context variable in screen def XML files.</description> + <param-name>profileMenuLocation</param-name> + <param-value>component://party/widget/partymgr/PartyMenus.xml</param-value> + </context-param> <filter> <display-name>ControlFilter</display-name>