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 2023/01/25 10:40:54 UTC

[isis-app-helloworld] branch jpa-SNAPSHOT updated: DocumentationMenu was relocated to ext.docgen

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-helloworld.git


The following commit(s) were added to refs/heads/jpa-SNAPSHOT by this push:
     new 3850d8e  DocumentationMenu was relocated to ext.docgen
3850d8e is described below

commit 3850d8eb4c478ca4c72e96fc0adae62cbff7e5c4
Author: Andi Huber <ah...@apache.org>
AuthorDate: Wed Jan 25 11:40:49 2023 +0100

    DocumentationMenu was relocated to ext.docgen
---
 src/main/resources/menubars.layout.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/menubars.layout.xml b/src/main/resources/menubars.layout.xml
index a1585cd..5575dc4 100644
--- a/src/main/resources/menubars.layout.xml
+++ b/src/main/resources/menubars.layout.xml
@@ -69,7 +69,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>