This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch v2
in repository https://gitbox.apache.org/repos/asf/causeway-app-petclinic.git

commit 4423868c789f7a96ccedccdc17220ca94920d361
Author: Dan Haywood <[email protected]>
AuthorDate: Tue May 21 08:37:10 2024 +0100

    adds references to PetOwners domain service in the menubars layout
---
 webapp/src/main/resources/menubars.layout.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/webapp/src/main/resources/menubars.layout.xml 
b/webapp/src/main/resources/menubars.layout.xml
index 0ee55e6..860673c 100644
--- a/webapp/src/main/resources/menubars.layout.xml
+++ b/webapp/src/main/resources/menubars.layout.xml
@@ -5,6 +5,15 @@
         
xmlns:mb3="https://causeway.apache.org/applib/layout/menubars/bootstrap3";
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
     <mb3:primary>
+        <mb3:menu>
+            <mb3:named>Pet Owners</mb3:named>
+            <mb3:section>
+                <mb3:serviceAction objectType="petowner.PetOwners" 
id="create"/>
+                <mb3:serviceAction objectType="petowner.PetOwners" 
id="findByName"/>
+                <mb3:serviceAction objectType="petowner.PetOwners" 
id="findByNameLike"/>
+                <mb3:serviceAction objectType="petowner.PetOwners" 
id="listAll"/>
+            </mb3:section>
+        </mb3:menu>
         <mb3:menu>
             <mb3:named>Simple Objects</mb3:named>
             <mb3:section>

Reply via email to