From a700ae83de16bde11d4c5a493877b8951e1ffee8 Mon Sep 17 00:00:00 2001 From: Manuel Leduc Date: Tue, 9 Jan 2024 08:59:40 +0100 Subject: [PATCH] --wip-- [skip ci] --- .../src/main/resources/XWiki/DocumentsMacro.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-ui/src/main/resources/XWiki/DocumentsMacro.xml b/xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-ui/src/main/resources/XWiki/DocumentsMacro.xml index 97056d70e8e3..55e12ada415b 100644 --- a/xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-ui/src/main/resources/XWiki/DocumentsMacro.xml +++ b/xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-ui/src/main/resources/XWiki/DocumentsMacro.xml @@ -265,8 +265,7 @@ Generates: #set ($properties = ['doc.title', 'doc.location', 'doc.date', 'doc.author']) #end #set ($sourceParameters = { - 'translationPrefix' : 'platform.index.', - 'description' : 'This table lists documents found on this wiki based on passed criteria. The columns can be sorted and some can be filtered.' + 'translationPrefix' : 'platform.index.' }) #if ("$!xcontext.macro.params.space" != "") #set ($discard = $sourceParameters.put('space', $xcontext.macro.params.space)) @@ -300,6 +299,7 @@ Generates: properties="$stringtool.join($properties, ',')" source="liveTable" sourceParameters="$escapetool.url($sourceParameters)" + description="This table lists documents found on this wiki based on passed criteria. The columns can be sorted and some can be filtered." #if ($properties.contains('doc.location'))sort="doc.location"#end #if ("$!xcontext.macro.params.count" != '')limit="$xcontext.macro.params.count"#end }}$jsontool.serialize($liveDataConfig){{/liveData}}