Changes for page MembershipJson
Last modified by bougault on 2022/03/18 14:34
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -4,9 +4,11 @@ 4 4 #set($reqs = $query.execute()) 5 5 {{/velocity}} 6 6 7 -{{velocity wiki="false" clean="false"}}7 +{{velocity wiki="false"}} 8 8 ## If AJAX call 9 -$response.setContentType('application/json') 9 +#if("$!request.outputSyntax" != '') 10 + $response.setContentType('application/json') 11 +#end 10 10 {rows:[ 11 11 #foreach($req of $reqs) 12 12 #set($highlight = $xwiki.getDocument($req))