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 b376ddfb7 Fixed: Fix cross-app menu location issues (OFBIZ-13035)
b376ddfb7 is described below

commit b376ddfb7ca1702f20b665737aa084ae278d60a6
Author: Jacques Le Roux <[email protected]>
AuthorDate: Wed Apr 24 10:13:45 2024 +0200

    Fixed: Fix cross-app menu location issues (OFBIZ-13035)
    
    Fixes
    Error rendering included menu named [ExampleAppBar] at location
    [component://exampleext/widget/example/ExampleMenus.xml]:
    java.lang.IllegalArgumentException: Could not find menu with name 
[ExampleAppBar]
     in location [component://exampleext/widget/example/ExampleMenus.xml]
---
 exampleext/webapp/exampleext/WEB-INF/web.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/exampleext/webapp/exampleext/WEB-INF/web.xml 
b/exampleext/webapp/exampleext/WEB-INF/web.xml
index 28f882a1e..d31758eb7 100644
--- a/exampleext/webapp/exampleext/WEB-INF/web.xml
+++ b/exampleext/webapp/exampleext/WEB-INF/web.xml
@@ -39,7 +39,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://exampleext/widget/example/ExampleMenus.xml</param-value>
+        
<param-value>component://example/widget/example/ExampleMenus.xml</param-value>
     </context-param>
 
     <filter>

Reply via email to