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/20 07:16:44 UTC

[isis-app-simpleapp] branch jpa-SNAPSHOT updated: adds help menu entry

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 2f4da45  adds help menu entry
2f4da45 is described below

commit 2f4da454698ccbb996ec51b2b02bad0c4bd17754
Author: Andi Huber <ah...@apache.org>
AuthorDate: Fri Jan 20 08:16:39 2023 +0100

    adds help menu entry
---
 webapp/src/main/resources/menubars.layout.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/webapp/src/main/resources/menubars.layout.xml b/webapp/src/main/resources/menubars.layout.xml
index 7ddf75e..1313205 100644
--- a/webapp/src/main/resources/menubars.layout.xml
+++ b/webapp/src/main/resources/menubars.layout.xml
@@ -123,6 +123,10 @@
     <mb3:tertiary>
         <mb3:menu>
             <mb3:named/>
+            <mb3:section>
+                <mb3:named>Documentation</mb3:named>
+                <mb3:serviceAction objectType="causeway.runtimeservices.DocumentationMenu" id="help"/>
+            </mb3:section>
             <mb3:section>
                 <mb3:named>Configuration</mb3:named>
                 <mb3:serviceAction objectType="causeway.conf.ConfigurationMenu" id="configuration"/>