Changes for page homeopathsSheet
Last modified by Jip-jan Alunkel on March 26, 17:31
From version 1.30
edited by Jip-jan Alunkel
on March 07, 20:07
on March 07, 20:07
Change comment:
There is no comment for this version
To version 1.29
edited by Jip-jan Alunkel
on March 07, 19:31
on March 07, 19:31
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -63,11 +63,7 @@ 63 63 #set($thisObj = {}) 64 64 #foreach($item in $classProperties) 65 65 #set($label = $services.localization.render("homeopaths.classproperty.${item}")) 66 - #if($theDocObj.getProperty($item)) 67 - #set($value = $theDocObj.getProperty($item).value) 68 - #else 69 - #set($value = "") 70 - #end 66 + #set($value = $theDocObj.getProperty($item).value == "" ? "" : $theDocObj.getProperty($item).value) 71 71 #set($newElem = { 72 72 "id": "$item", 73 73 "type": "text",