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 1d45aa97e5 Improved: Party - set correct path mainMenuLocation (OFBIZ-12949) (#733) 1d45aa97e5 is described below commit 1d45aa97e53fe0715c85ac51ff7a160bcff81122 Author: Pierre Smits <pierre.sm...@somonar.com> AuthorDate: Mon Mar 18 14:36:24 2024 +0100 Improved: Party - set correct path mainMenuLocation (OFBIZ-12949) (#733) Subfolder partymgr missing in the parameter. modified: web.xml - include the partymgr subfolder in the param-value --- applications/party/webapp/partymgr/WEB-INF/web.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/party/webapp/partymgr/WEB-INF/web.xml b/applications/party/webapp/partymgr/WEB-INF/web.xml index 6f11489340..261452302f 100644 --- a/applications/party/webapp/partymgr/WEB-INF/web.xml +++ b/applications/party/webapp/partymgr/WEB-INF/web.xml @@ -41,7 +41,7 @@ under the License. <context-param> <description>The location of the menus file to be used in this webapp; referred to as a context variable in screen def XML files.</description> <param-name>mainMenuLocation</param-name> - <param-value>component://party/widget/PartyMenus.xml</param-value> + <param-value>component://party/widget/partymgr/PartyMenus.xml</param-value> </context-param> <filter>