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/causeway-app-referenceapp.git
The following commit(s) were added to refs/heads/master by this push:
new 020646e moves menubar.layout.xml; adds 'inspect' menu action
020646e is described below
commit 020646ed63c526ebc0830e6cb1441d5ae5cf737e
Author: andi-huber <[email protected]>
AuthorDate: Mon Feb 9 11:58:49 2026 +0100
moves menubar.layout.xml; adds 'inspect' menu action
---
domain/src/main/resources/application.yml | 2 +-
domain/src/main/{java/demoapp/dom => resources}/menubars.layout.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/domain/src/main/resources/application.yml
b/domain/src/main/resources/application.yml
index abbae37..7463683 100644
--- a/domain/src/main/resources/application.yml
+++ b/domain/src/main/resources/application.yml
@@ -81,7 +81,7 @@ causeway:
viewer:
common:
application:
- menubars-layout-file: demoapp/dom/menubars.layout.xml
+ menubars-layout-file: menubars.layout.xml
favicon-url: images/gift.svg
brand-logo-header: images/gift_48.png
brand-logo-signin: images/gift_256.png
diff --git a/domain/src/main/java/demoapp/dom/menubars.layout.xml
b/domain/src/main/resources/menubars.layout.xml
similarity index 99%
rename from domain/src/main/java/demoapp/dom/menubars.layout.xml
rename to domain/src/main/resources/menubars.layout.xml
index 18c9c86..daa0a33 100644
--- a/domain/src/main/java/demoapp/dom/menubars.layout.xml
+++ b/domain/src/main/resources/menubars.layout.xml
@@ -334,6 +334,7 @@ For latest we use:
https://raw.githubusercontent.com/apache/causeway/master/anto
</mb3:section>
<mb3:section>
<mb3:named>Meta Model and Features</mb3:named>
+ <mb3:serviceAction
objectType="causeway.metamodel.MetamodelInspectMenu" id="inspect"/>
<mb3:serviceAction
objectType="causeway.applib.MetaModelServiceMenu" id="downloadMetaModel"/>
<mb3:serviceAction
objectType="causeway.applib.MetaModelServiceMenu" id="downloadMetaModelDiff"/>
<mb3:serviceAction
objectType="causeway.feat.ApplicationFeatureMenu" id="allNamespaces"/>