You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2020/01/10 19:42:30 UTC

[isis] branch master updated: ISIS-2158: fix demo-app menubar (regression from search and replace)

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new aaba215  ISIS-2158: fix demo-app menubar (regression from search and replace)
aaba215 is described below

commit aaba2153a193dd7d9595725bf6659a0618d593f5
Author: Andi Huber <ah...@apache.org>
AuthorDate: Fri Jan 10 20:42:21 2020 +0100

    ISIS-2158: fix demo-app menubar (regression from search and replace)
---
 examples/demo/src/main/resources/application.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/demo/src/main/resources/application.yml b/examples/demo/src/main/resources/application.yml
index cbb592a..7eb0ff6 100644
--- a/examples/demo/src/main/resources/application.yml
+++ b/examples/demo/src/main/resources/application.yml
@@ -49,7 +49,7 @@ isis:
   viewer:
     wicket:
       application:
-        menubars-layout-xml: demoapp/corewebapp/menubars.layout.xml
+        menubars-layout-xml: demoapp/webapp/menubars.layout.xml
         favicon-url: /images/favicon.png
         brand-logo-header: /images/gift_48.png
         brand-logo-signin: /images/gift_256.png