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 f7b06173f38846d5b274c0fc422c0d1dc025ba76
Author: Dan Haywood <[email protected]>
AuthorDate: Sun May 26 20:25:08 2024 +0100

    updates PetOwner's layout, indicating where to render the 'visits' coll.
---
 .../java/domainapp/modules/petowner/dom/petowner/PetOwner.layout.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git 
a/module-petowner/src/main/java/domainapp/modules/petowner/dom/petowner/PetOwner.layout.xml
 
b/module-petowner/src/main/java/domainapp/modules/petowner/dom/petowner/PetOwner.layout.xml
index b9a0929..d295583 100644
--- 
a/module-petowner/src/main/java/domainapp/modules/petowner/dom/petowner/PetOwner.layout.xml
+++ 
b/module-petowner/src/main/java/domainapp/modules/petowner/dom/petowner/PetOwner.layout.xml
@@ -70,6 +70,11 @@
                             <cpt:collection id="pets"/>
                         </bs3:col>
                     </bs3:row>
+                    <bs3:row>
+                        <bs3:col span="12">
+                            <cpt:collection id="visits"/>
+                        </bs3:col>
+                    </bs3:row>
                     <cpt:fieldSet name="Content" id="content">
                         <cpt:property id="attachment">
                             <cpt:action id="updateAttachment" 
position="PANEL"/>

Reply via email to