This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch jpa-SNAPSHOT
in repository https://gitbox.apache.org/repos/asf/isis-app-simpleapp.git
The following commit(s) were added to refs/heads/jpa-SNAPSHOT by this push:
new d5e3d68 DocumentationMenu was relocated to ext.docgen
d5e3d68 is described below
commit d5e3d686ae7d5ee41b8f180356a1576452a8edbb
Author: Andi Huber <[email protected]>
AuthorDate: Wed Jan 25 11:42:06 2023 +0100
DocumentationMenu was relocated to ext.docgen
---
webapp/src/main/resources/menubars.layout.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/webapp/src/main/resources/menubars.layout.xml
b/webapp/src/main/resources/menubars.layout.xml
index dab3f47..8baf3e7 100644
--- a/webapp/src/main/resources/menubars.layout.xml
+++ b/webapp/src/main/resources/menubars.layout.xml
@@ -125,7 +125,7 @@
<mb3:named/>
<mb3:section>
<mb3:named>Documentation</mb3:named>
- <mb3:serviceAction
objectType="causeway.runtimeservices.DocumentationMenu" id="help"/>
+ <mb3:serviceAction
objectType="causeway.ext.docgen.DocumentationMenu" id="help"/>
</mb3:section>
<mb3:section>
<mb3:named>Configuration</mb3:named>