Changes for page homeopathsSheet
Last modified by Jip-jan Alunkel on March 26, 17:31
From version 1.54
edited by Jip-jan Alunkel
on March 07, 23:35
on March 07, 23:35
Change comment:
There is no comment for this version
To version 1.48
edited by Jip-jan Alunkel
on March 07, 23:28
on March 07, 23:28
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -34,7 +34,7 @@ 34 34 #set($classProperties = { 35 35 'practiceName': {'type': 'string', 'opener': 0}, 36 36 'pmStreet': {'type': 'string', 'opener': 0}, 37 - 'pmHousenumber': {'type': 'string', 'opener': 0, 'parent': 'certification'},37 + 'pmHousenumber': {'type': 'string', 'opener': , 'parent': 'certification'}, 38 38 'pmPostcode': {'type': 'string', 'opener': 0}, 39 39 'pmCity': {'type': 'string', 'opener': 0}, 40 40 'pmCounty': {'type': 'string', 'opener': 0, 'parent': 'certification'}, ... ... @@ -77,10 +77,9 @@ 77 77 #set($children = {}) 78 78 #foreach($item in $classProperties.keySet()) 79 79 #if($classProperties[$item].parent) 80 -$item 81 81 #set($parentID = $classProperties[$item].parent) 82 - #set($discard = $children.put("$parentID" , {}))83 - #set($discard = $children["$parentID"].put($ item, $classProperties[$item]))81 + #set($discard = $children.put("$parentID")) 82 + #set($discard = $children["$parentID"].put($classProperties[$item])) 84 84 #end 85 85 #end 86 86 $children