Changes for page homeopathsSheet
Last modified by Jip-jan Alunkel on March 26, 17:31
From version 1.116
edited by Jip-jan Alunkel
on March 08, 15:42
on March 08, 15:42
Change comment:
There is no comment for this version
To version 1.110
edited by Jip-jan Alunkel
on March 08, 15:38
on March 08, 15:38
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
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'}}, 39 + {'pmHousenumber': {'type': 'text', 'parent': 'certification'}}, 40 40 {'pmPostcode': {'type': 'text'}}, 41 41 {'pmCity': {'type': 'text'}}, 42 - {'pmCounty': {'type': 'text'}}, 42 + {'pmCounty': {'type': 'text', 'parent': 'certification'}}, 43 43 {'pmState': {'type': 'text'}}, 44 44 {'pmCountry': {'type': 'text'}}, 45 45 {'certification': {'type': 'checkbox', 'opener': 1}}, ... ... @@ -116,9 +116,9 @@ 116 116 #if($theDocObj.getProperty($key)) 117 117 #set($value = $theDocObj.getProperty($key).value) 118 118 #if(!$value) 119 - #set($value = "") 119 + #set($value = "1") 120 120 #end 121 - ##$key : $value<br />121 + $key : $value<br /> 122 122 #set($newElem = { 123 123 "id" : "$key", 124 124 "type" : $propertyType, ... ... @@ -139,13 +139,12 @@ 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 149 149 #if($propertyOpener) 150 150 #createExpandStart($newElem $newElem["value"]) 151 151 #end