This is an automated email from the ASF dual-hosted git repository.
danhaywood pushed a commit to branch release-2.0.0-RC1-RC1-jpa
in repository https://gitbox.apache.org/repos/asf/causeway-app-helloworld.git
The following commit(s) were added to refs/heads/release-2.0.0-RC1-RC1-jpa by
this push:
new 978c434 removes deleted actions from menubars
978c434 is described below
commit 978c43437654917fd67fb174d29c46f392807162
Author: danhaywood <[email protected]>
AuthorDate: Fri Mar 24 15:55:50 2023 +0000
removes deleted actions from menubars
---
src/main/resources/menubars.layout.xml | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/main/resources/menubars.layout.xml
b/src/main/resources/menubars.layout.xml
index 4011ac7..d173e44 100644
--- a/src/main/resources/menubars.layout.xml
+++ b/src/main/resources/menubars.layout.xml
@@ -33,8 +33,6 @@
<mb3:section>
<mb3:named>Meta Model and Features</mb3:named>
<mb3:serviceAction
objectType="causeway.applib.MetaModelServiceMenu" id="downloadMetaModel"/>
- <mb3:serviceAction
objectType="causeway.applib.MetaModelServiceMenu" id="downloadMetaModelCsv"/>
- <mb3:serviceAction
objectType="causeway.applib.MetaModelServiceMenu" id="downloadMetaModelAscii"/>
<mb3:serviceAction
objectType="causeway.applib.MetaModelServiceMenu" id="downloadMetaModelDiff"/>
<mb3:serviceAction
objectType="causeway.feat.ApplicationFeatureMenu" id="allNamespaces"/>
<mb3:serviceAction
objectType="causeway.feat.ApplicationFeatureMenu" id="allTypes"/>