Changes for page homeopathsSheet

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

From version 1.37
edited by Jip-jan Alunkel
on March 07, 23:17
Change comment: There is no comment for this version
To version 1.40
edited by Jip-jan Alunkel
on March 07, 23:18
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -76,8 +76,9 @@
76 76   #set($thisObj = {})
77 77   #set($children = {})
78 78   #foreach($item in $classProperties.keySet())
79 - #if($classProperties[item].parent)
80 - #set($discard = $children[$classProperties[item].parent].add($classProperties[item]))
79 + #if($classProperties[$item].parent)
80 + $classProperties[$item].parent
81 + #set($discard = $children[$classProperties[$item].parent].add($classProperties[$item]))
81 81   #end
82 82   #end
83 83  $children