Changes for page Macros

Last modified by Jip-jan Alunkel on April 15, 18:09

From version 2.196
edited by Jip-jan Alunkel
on July 14, 01:43
Change comment: Update document after refactoring.
To version 2.195
edited by Jip-jan Alunkel
on July 14, 01:42
Change comment: Update document after refactoring.

Summary

Details

Page properties
Content
... ... @@ -171,7 +171,6 @@
171 171   #if($O_elementData.select-json.keySet())
172 172   #set($json = $O_elementData.select-json)
173 173   #else
174 - #set($json = {})
175 175   #set($jsondoc = $xwiki.getDocument($O_elementData.select-json))
176 176   #set($discard = $jsondoc.setContentType('application/json'))
177 177   #set($jsoncontent = $jsontool.serialize($jsondoc.getContent()))