Changes for page homeopathsSheet

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

From version 3.77
edited by Jip-jan Alunkel
on March 09, 17:27
Change comment: Rollback to version 1.38
To version 3.72
edited by Jip-jan Alunkel
on March 09, 17:22
Change comment: Rollback to version 1.38

Summary

Details

Page properties
Content
... ... @@ -115,7 +115,7 @@
115 115   #end
116 116   #else
117 117   #set($checkboxPropVal = $theDocObj.getProperty($propertyName).value)
118 - #set($item["checked"] = "$checkboxPropVal")
118 + #set($item["checked"] = '$numbertool.toNumber($checkboxPropVal).intValue()')
119 119   #end
120 120   #end
121 121   #if($theDocObj.getProperty($propertyName) || $propertyType == "address") ## 'address' is not a property in the current class
... ... @@ -131,6 +131,7 @@
131 131   #if(!$value)
132 132   #set($value = "")
133 133   #end
134 +$value
134 134   #if($item.containsKey("classless"))
135 135   #set($newElem = {
136 136   "id" : "$propertyName",