Changes for page homeopathsSheet

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

From version 1.128
edited by Jip-jan Alunkel
on March 08, 18:24
Change comment: There is no comment for this version
To version 1.130
edited by Jip-jan Alunkel
on March 08, 18:27
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -110,7 +110,8 @@
110 110   "data-xobj-fieldname" : "$key",
111 111   "value" : "$value"
112 112   })
113 - #if($extraAttributes)
113 +$extraAttributes.keySet().size()
114 + #if($extraAttributes.keySet().size() > 0)
114 114   #set($attrMap = $extraAttributes)
115 115   #foreach($attr in $attrMap.keySet())
116 116   #set($discard = $newElem.put("$attr", $attrMap[$attr]))