Changes for page homeopathsSheet

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

From version 3.201
edited by Jip-jan Alunkel
on March 11, 19:15
Change comment: Rollback to version 1.38
To version 3.202
edited by Jip-jan Alunkel
on March 11, 19:19
Change comment: Rollback to version 1.38

Summary

Details

Page properties
Content
... ... @@ -120,8 +120,8 @@
120 120   #end
121 121   #set($translatedProperties = {})
122 122   #set($checkBool = ["false","true"])
123 + #set($hasClassObj = !$item.containsKey("classless") && $theDocObj.getProperty($propertyName))
123 123   #if($item.type == "checkbox" || $item.type == "radio")
124 - #set($hasClassObj = !$item.containsKey("classless") && $theDocObj.getProperty($propertyName))
125 125   #if($hasClassObj)
126 126   #set($item.extraAttributes["data-checked"] = "$checkBool[$theDocObj.getProperty($propertyName).value]")
127 127   #else