Changes for page homeopathsSheet

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

From version 3.188
edited by Jip-jan Alunkel
on March 11, 18:20
Change comment: Rollback to version 1.38
To version 3.189
edited by Jip-jan Alunkel
on March 11, 18:25
Change comment: Rollback to version 1.38

Summary

Details

Page properties
Content
... ... @@ -124,14 +124,15 @@
124 124  
125 125  
126 126   #if($item.type == "checkbox" || $item.type == "radio")
127 - #set($value = "1")
128 128   #if(!$item.containsKey("classless") && $theDocObj.getProperty($propertyName))
129 - #set($item.extraAttributes["data-checked"] = "$checkBool[$value]")
128 +## #set($value = $theDocObj.getProperty($propertyName).value)
129 + #set($item.extraAttributes["data-checked"] = "$checkBool[$theDocObj.getProperty($propertyName).value]")
130 130   #else
131 131   #if(!$item.extraAttributes.containsKey("data-checked"))
132 132   #set($item.extraAttributes["data-checked"] = "$checkBool[0]")
133 133   #end
134 134   #end
135 + #set($value = "1")
135 135   #else
136 136   #if(!$item.containsKey("classless") && $theDocObj.getProperty($propertyName))
137 137   #if($theDocObj.getProperty($propertyName).value)