Skip to content

Commit

Permalink
XWIKI-22791: Costly and unconditional tag cloud computation done for …
Browse files Browse the repository at this point in the history
…all live table requests using the default source
  • Loading branch information
douakli committed Feb 4, 2025
1 parent 85bb58d commit bee48e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@
#set($discard = $map.put('params', $sqlParams))
#end
#set($discard = $map.put('reqNo', $numbertool.toNumber($request.reqNo).intValue()))
#if("$!request.tagcloud" == 'true')
#if("$!request.tagcloud" != 'false')
#gridresult_buildTagCloudJSON($map)
#end
#gridresult_buildRowsJSON($map)
Expand Down

0 comments on commit bee48e2

Please sign in to comment.