Changes for page homeopathsSheet
Last modified by Jip-jan Alunkel on March 26, 17:31
From version 1.34
edited by Jip-jan Alunkel
on March 07, 23:14
on March 07, 23:14
Change comment:
There is no comment for this version
To version 1.42
edited by Jip-jan Alunkel
on March 07, 23:22
on March 07, 23:22
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -75,10 +75,10 @@ 75 75 }) 76 76 #set($thisObj = {}) 77 77 #set($children = {}) 78 - #foreach($item in $classProperties.e ntrySet())79 - $item.parent 80 - #if($item.parent)81 - #set($discard = $children[$item.parent ].add($item))78 + #foreach($item in $classProperties.keySet()) 79 + #if($classProperties[$item].parent) 80 + $classProperties[$item].parent 81 + #set($discard = $children.put("$classProperties[$item].parent": $classProperties[$item]) 82 82 #end 83 83 #end 84 84 $children