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 ec4fa48715738837eccc9a4e281dc30fd16a4714 Author: Dan Haywood <[email protected]> AuthorDate: Sun May 26 11:56:43 2024 +0100 positions 'pets' collection in layout.xml --- .../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 72ad53e..b9a0929 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 @@ -65,6 +65,11 @@ <bs3:col span="6"> <bs3:row> <bs3:col span="12"> + <bs3:row> + <bs3:col span="12"> + <cpt:collection id="pets"/> + </bs3:col> + </bs3:row> <cpt:fieldSet name="Content" id="content"> <cpt:property id="attachment"> <cpt:action id="updateAttachment" position="PANEL"/>
