This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch CAUSEWAY-2873 in repository https://gitbox.apache.org/repos/asf/causeway.git
commit fa90b7fa4424bd70117ee9beb6a8d9e0aa1a57b3 Author: Dan Haywood <[email protected]> AuthorDate: Sat May 25 07:37:23 2024 +0100 CAUSEWAY-2873: 03-06 --- .../images/03-06/home-page-default-columns.png | Bin 0 -> 21722 bytes ...ag-plantuml-md5-41d7321e937c89d99e72b59cadcbe005.png | Bin 0 -> 37003 bytes ...ag-plantuml-md5-5c0ff86629ce9ff23e5d52305493d5c6.svg | 1 + ...ag-plantuml-md5-7e47437805fde198d7791595949fcf17.png | Bin 0 -> 5096 bytes ...ag-plantuml-md5-bc5fc3dd9c919d1677af89bec5416f29.svg | 1 + .../modules/petclinic/pages/030-petowner-entity.adoc | 7 ++++++- 6 files changed, 8 insertions(+), 1 deletion(-) diff --git a/antora/components/tutorials/modules/petclinic/images/03-06/home-page-default-columns.png b/antora/components/tutorials/modules/petclinic/images/03-06/home-page-default-columns.png new file mode 100644 index 0000000000..dc0d1f0aa2 Binary files /dev/null and b/antora/components/tutorials/modules/petclinic/images/03-06/home-page-default-columns.png differ diff --git a/antora/components/tutorials/modules/petclinic/images/diag-plantuml-md5-41d7321e937c89d99e72b59cadcbe005.png b/antora/components/tutorials/modules/petclinic/images/diag-plantuml-md5-41d7321e937c89d99e72b59cadcbe005.png new file mode 100644 index 0000000000..9b948f4bae Binary files /dev/null and b/antora/components/tutorials/modules/petclinic/images/diag-plantuml-md5-41d7321e937c89d99e72b59cadcbe005.png differ diff --git a/antora/components/tutorials/modules/petclinic/images/diag-plantuml-md5-5c0ff86629ce9ff23e5d52305493d5c6.svg b/antora/components/tutorials/modules/petclinic/images/diag-plantuml-md5-5c0ff86629ce9ff23e5d52305493d5c6.svg new file mode 100644 index 0000000000..6f3b8ba884 --- /dev/null +++ b/antora/components/tutorials/modules/petclinic/images/diag-plantuml-md5-5c0ff86629ce9ff23e5d52305493d5c6.svg @@ -0,0 +1 @@ +<?xml version='1.0' encoding='US-ASCII' standalone='no'?><svg contentStyleType='text/css' height='161px' preserveAspectRatio='none' style='width:141px;height:161px;background:#FFFFFF;' version='1.1' viewBox='0 0 141 161' width='141px' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' zoomAndPan='magnify'><defs/><g><g id='elem_Owner'><rect codeLine='4' fill='#F1F1F1' height='140.7144' id='Owner' rx='2.5' ry='2.5' style='stroke:#181818;stroke-width:0.5;' width=' [...] \ No newline at end of file diff --git a/antora/components/tutorials/modules/petclinic/images/diag-plantuml-md5-7e47437805fde198d7791595949fcf17.png b/antora/components/tutorials/modules/petclinic/images/diag-plantuml-md5-7e47437805fde198d7791595949fcf17.png new file mode 100644 index 0000000000..12035b77b0 Binary files /dev/null and b/antora/components/tutorials/modules/petclinic/images/diag-plantuml-md5-7e47437805fde198d7791595949fcf17.png differ diff --git a/antora/components/tutorials/modules/petclinic/images/diag-plantuml-md5-bc5fc3dd9c919d1677af89bec5416f29.svg b/antora/components/tutorials/modules/petclinic/images/diag-plantuml-md5-bc5fc3dd9c919d1677af89bec5416f29.svg new file mode 100644 index 0000000000..a9963efc83 --- /dev/null +++ b/antora/components/tutorials/modules/petclinic/images/diag-plantuml-md5-bc5fc3dd9c919d1677af89bec5416f29.svg @@ -0,0 +1 @@ +<?xml version='1.0' encoding='US-ASCII' standalone='no'?><svg contentStyleType='text/css' height='441px' preserveAspectRatio='none' style='width:520px;height:441px;background:#FFFFFF;' version='1.1' viewBox='0 0 520 441' width='520px' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' zoomAndPan='magnify'><defs/><g><g id='cluster_pets'><path d='M8.5,6 L38.5,6 A3.75,3.75 0 0 1 41,8.5 L48,28.9429 L282.5,28.9429 A2.5,2.5 0 0 1 285,31.4429 L285,431.5 A2.5,2.5 0 0 1 [...] \ No newline at end of file diff --git a/antora/components/tutorials/modules/petclinic/pages/030-petowner-entity.adoc b/antora/components/tutorials/modules/petclinic/pages/030-petowner-entity.adoc index 7e3eec8025..4d46d3bc39 100644 --- a/antora/components/tutorials/modules/petclinic/pages/030-petowner-entity.adoc +++ b/antora/components/tutorials/modules/petclinic/pages/030-petowner-entity.adoc @@ -12,7 +12,6 @@ In this exercise, we'll add a new property, `knownAs`, to capture the ``PetOwner We'll also update the fixture script that sets up data to something more realistic. - === Solution [source,bash] @@ -384,8 +383,14 @@ The positioning of the collection is also specified in the corresponding layout By default this will show all of the properties of `PetOwner`. +image::03-06/home-page-default-columns.png[] + + We can change this by creating a file `HomePageViewModel#petOwners.columnOrder.txt`, alongside the `HomePageViewModel`: + +Instead + [source,txt] .HomePageViewModel#petOwners.columnOrder.txt ----
