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
Change comment: There is no comment for this version
To version 1.55
edited by Jip-jan Alunkel
on March 07, 23:38
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -79,7 +79,9 @@
79 79   #if($classProperties[$item].parent)
80 80  $item
81 81   #set($parentID = $classProperties[$item].parent)
82 - #set($discard = $children.put("$parentID", {}))
82 + #if(!$classProperties[$parentID])
83 + #set($discard = $children.put("$parentID", {}))
84 + #end
83 83   #set($discard = $children["$parentID"].put($item, $classProperties[$item]))
84 84   #end
85 85   #end