Changes for page Macros
Last modified by Jip-jan Alunkel on April 15, 18:09
From version 2.168
edited by Jip-jan Alunkel
on July 14, 00:19
on July 14, 00:19
Change comment:
Update document after refactoring.
To version 2.173
edited by Jip-jan Alunkel
on July 14, 01:07
on July 14, 01:07
Change comment:
Update document after refactoring.
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -177,11 +177,14 @@ 177 177 'outputSyntax': 'plain' 178 178 })) 179 179 ## #set ($json = $xwiki.getURL($O_elementData.select-json, 'get', $queryString)) 180 - #set($json = $xwiki.getDocument($O_elementData.select-json).getContent()) 180 + #set($json = $xwiki.getDocument($O_elementData.select-json)) 181 + #set($discard = $json.setContentType('application/json')) 182 + 183 + #set($json = $jsontool.serialize($json.getContent())) 181 181 ##$jsontool.serialize($json) 182 182 $jsontool.fromString($json) 183 183 ##$json 184 - not json187 +create json from page 185 185 186 186 #end 187 187 #foreach($key in $json.keySet())