Changes for page Macros
Last modified by Jip-jan Alunkel on April 15, 18:09
From version 2.199
edited by Jip-jan Alunkel
on July 14, 01:51
on July 14, 01:51
Change comment:
Update document after refactoring.
To version 2.200
edited by Jip-jan Alunkel
on July 14, 01:53
on July 14, 01:53
Change comment:
Update document after refactoring.
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -173,7 +173,7 @@ 173 173 #set($json = $O_elementData.select-json) 174 174 #else 175 175 #set($jsondoc = $xwiki.getDocument($O_elementData.select-json)) 176 - #set($discard = $jsondoc.setContentType('application/json')) 176 +## #set($discard = $jsondoc.setContentType('application/json')) 177 177 #set($json = $jsontool.serialize($jsondoc.getContent())) 178 178 #set($j = $jsontool.fromString($json)) 179 179 #set($assign = "$escapetool.getHash()set($map = $j)")