Changes for page homeopathsSheet

Last modified by Jip-jan Alunkel on March 26, 17:31

From version 1.113
edited by Jip-jan Alunkel
on March 08, 15:40
Change comment: There is no comment for this version
To version 1.115
edited by Jip-jan Alunkel
on March 08, 15:42
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -36,10 +36,10 @@
36 36  #set($classProperties = [
37 37   {'practiceName': {'type': 'text'}},
38 38   {'pmStreet': {'type': 'text'}},
39 - {'pmHousenumber': {'type': 'text', 'parent': 'certification'}},
39 + {'pmHousenumber': {'type': 'text'}},
40 40   {'pmPostcode': {'type': 'text'}},
41 41   {'pmCity': {'type': 'text'}},
42 - {'pmCounty': {'type': 'text', 'parent': 'certification'}},
42 + {'pmCounty': {'type': 'text'}},
43 43   {'pmState': {'type': 'text'}},
44 44   {'pmCountry': {'type': 'text'}},
45 45   {'certification': {'type': 'checkbox', 'opener': 1}},
... ... @@ -139,12 +139,13 @@
139 139   #set($discard = $newElem.put("data-opener", "true"))
140 140   #end
141 141   #if($propertyParent)
142 - #set($lastChild = $key)
142 + #set($lastChild = "$key")
143 143   #elseif($lastChild != "")
144 144   #set($lastChild = "")
145 145  ## #createExpandEnd()
146 146   #end
147 147   #createFormElement($newElem)
148 + $lastChild
148 148   #if($propertyOpener)
149 149  ## #createExpandStart($newElem $newElem["value"])
150 150   #end