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

commit 7dcc632d48e262b1471b965364073593b6203e1f
Author: Andi Huber <[email protected]>
AuthorDate: Fri Jan 20 08:17:03 2023 +0100

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

diff --git a/src/main/resources/menubars.layout.xml 
b/src/main/resources/menubars.layout.xml
index a7295ba..fa7e809 100644
--- a/src/main/resources/menubars.layout.xml
+++ b/src/main/resources/menubars.layout.xml
@@ -67,6 +67,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"/>

Reply via email to