Skip to content

Commit

Permalink
XWIKI-19041: Replace the Livetable from DocumentsMacro with a Live Da…
Browse files Browse the repository at this point in the history
…ta macro
  • Loading branch information
manuelleduc committed Jan 30, 2024
1 parent c821d6f commit cec5ec9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -306,9 +306,10 @@ Generates:
#if ("$!xcontext.macro.params.count" != '')
#set ($limit = $services.rendering.escape($xcontext.macro.params.count, 'xwiki/2.1'))
#end
#set ($properties = $services.rendering.escape($stringtool.join($properties, ','), 'xwiki/2.1'))
{{liveData
id="$livedataId"
properties="$stringtool.join($properties, ',')"
properties="$properties"
source="liveTable"
sourceParameters="$escapetool.url($sourceParameters)"
#if ($description != '')description="$description"#end
Expand Down

0 comments on commit cec5ec9

Please sign in to comment.