Changes for page homeopathsSheet
Last modified by Jip-jan Alunkel on March 26, 17:31
From version 1.68
edited by Jip-jan Alunkel
on March 08, 01:33
on March 08, 01:33
Change comment:
There is no comment for this version
To version 1.69
edited by Jip-jan Alunkel
on March 08, 02:33
on March 08, 02:33
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -78,18 +78,18 @@ 78 78 #set($children = {}) 79 79 #set($nonChildren = {}) 80 80 #foreach($item in $classProperties.keySet()) 81 - #if($classProperties[$item].parent) 81 + #if($classProperties[$item].parent && $classProperties[$item].opener == 0) ## eerst de diepste laag 82 82 #set($parentID = $classProperties[$item].parent) 83 83 #if(!$children[$parentID]) 84 84 #set($discard = $children.put("$parentID", {})) 85 85 #end 86 86 #set($discard = $children["$parentID"].put($item, $classProperties[$item])) 87 - t($discard = $classProperties.delete("$item"))87 + #elseif($classProperties[$item].parent)## ???? Ws fout 88 88 #else 89 89 #set($discard = $nonChildren.put($item, $classProperties[$item])) 90 90 #end 91 91 #end 92 -#createElementObjects($nonChildren) 92 + #createElementObjects($nonChildren) 93 93 #set($submit = { 94 94 "id" : "edit_details", 95 95 "button-text" : "Save changes",