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 24d92c6e40e29e01133424af58db75ad40b86c08 Author: Dan Haywood <[email protected]> AuthorDate: Sun May 26 10:26:26 2024 +0100 specifies positioning of framework-provided props in metadata fieldset specifically, logicalTypeName and objectIdentifier --- .../java/domainapp/modules/petowner/dom/petowner/PetOwner.layout.xml | 2 ++ 1 file changed, 2 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 a82ca40..078ce63 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 @@ -35,6 +35,8 @@ <bs3:row> <bs3:col span="12"> <cpt:fieldSet name="Metadata" id="metadata"> + <cpt:property id="logicalTypeName"/> + <cpt:property id="objectIdentifier"/> <cpt:property id="version"/> </cpt:fieldSet> </bs3:col>
