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 ae3ac360b Improved: fix cross-app menu location issues (OFBIZ-13035)
(#112)
ae3ac360b is described below
commit ae3ac360bbeedc064668e85de80c2e2228417e85
Author: Pierre Smits <[email protected]>
AuthorDate: Thu Apr 18 14:42:55 2024 +0200
Improved: fix cross-app menu location issues (OFBIZ-13035) (#112)
modified: projectmgr/web.xml
added profileMenuLocation
---
projectmgr/webapp/projectmgr/WEB-INF/web.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/projectmgr/webapp/projectmgr/WEB-INF/web.xml
b/projectmgr/webapp/projectmgr/WEB-INF/web.xml
index bad9d48fc..2aa29a5d7 100644
--- a/projectmgr/webapp/projectmgr/WEB-INF/web.xml
+++ b/projectmgr/webapp/projectmgr/WEB-INF/web.xml
@@ -42,6 +42,11 @@
<param-name>mainMenuLocation</param-name>
<param-value>component://projectmgr/widget/ProjectMenus.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>
<context-param>
<description>The location of the request menus file to be used in this
webapp; referred to as a context variable in screen def XML files.</description>
<param-name>requestMenuLocation</param-name>