Changes for page Documents Macro
Last modified by Burkard Hagspiel on 2025/07/02 05:29
From version 4.1
edited by Burkard Hagspiel
on 2025/05/28 09:54
on 2025/05/28 09:54
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-index-ui/17.4.0]
To version 3.1
edited by superadmin
on 2025/04/30 10:40
on 2025/04/30 10:40
Change comment:
Migrated property [featureMandatory] from class [XWiki.WikiMacroParameterClass]
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 1 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 - xwiki:XWiki.Hagspiel1 +XWiki.superadmin
- XWiki.WikiMacroClass[0]
-
- Macro code
-
... ... @@ -47,16 +47,11 @@ 47 47 #set ($limit = $services.rendering.escape($xcontext.macro.params.count, 'xwiki/2.1')) 48 48 #end 49 49 #set ($propertiesStr = $services.rendering.escape($stringtool.join($properties, ','), 'xwiki/2.1')) 50 -#set ($filtersDeclared = $xcontext.macro.params.parameterNames.contains('filters')) 51 -#if ($filtersDeclared) 52 - #set ($filters = $services.rendering.escape($xcontext.macro.params.filters, 'xwiki/2.1')) 53 -#end 54 54 {{liveData 55 55 id="$livedataId" 56 56 properties="$propertiesStr" 57 57 source="liveTable" 58 58 sourceParameters="$escapetool.url($sourceParameters)" 59 - #if ($filtersDeclared) filters="$filters"#end 60 60 #if ($description != '')description="$description"#end 61 61 #if ($properties.contains('doc.location'))sort="doc.location"#end 62 62 #if ($limit != '')limit="$limit"#end
- XWiki.WikiMacroParameterClass[8]
-
- Parameter advanced
-
... ... @@ -1,1 +1,0 @@ 1 -Yes - Parameter description
-
... ... @@ -1,1 +1,0 @@ 1 -Provide a default filter to apply in the documents Live Data - Parameter mandatory
-
... ... @@ -1,1 +1,0 @@ 1 -No - Parameter name
-
... ... @@ -1,1 +1,0 @@ 1 -filters - Parameter type
-
... ... @@ -1,1 +1,0 @@ 1 -Unknown