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 3dffe0f965 Improved: MFG - fix mainMenuLocation (OFBIZ-13029 (#761)
3dffe0f965 is described below
commit 3dffe0f9652838aeb1b4479d9d7414b88907cee3
Author: Pierre Smits <[email protected]>
AuthorDate: Mon Apr 15 11:52:37 2024 +0200
Improved: MFG - fix mainMenuLocation (OFBIZ-13029 (#761)
Manufacturing menus are in a subfolder under widgeet
modified: web.xml
- corrected param value of mainMenuLocation
---
applications/manufacturing/webapp/manufacturing/WEB-INF/web.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/applications/manufacturing/webapp/manufacturing/WEB-INF/web.xml
b/applications/manufacturing/webapp/manufacturing/WEB-INF/web.xml
index 32412006c7..8986ea2f0c 100644
--- a/applications/manufacturing/webapp/manufacturing/WEB-INF/web.xml
+++ b/applications/manufacturing/webapp/manufacturing/WEB-INF/web.xml
@@ -46,7 +46,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://manufacturing/widget/ManufacturingMenus.xml</param-value>
+
<param-value>component://manufacturing/widget/manufacturing/ManufacturingMenus.xml</param-value>
</context-param>
<filter>