Changes for page Documents Macro
Last modified by Treyfane Dingo on 2025/08/04 21:29
From version 6.1
edited by Treyfane Dingo
on 2025/07/05 02:22
on 2025/07/05 02:22
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-index-ui/16.10.9]
To version 7.1
edited by Treyfane Dingo
on 2025/08/04 21:29
on 2025/08/04 21:29
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-index-ui/16.10.10]
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.WikiMacroClass[0]
-
- Macro code
-
... ... @@ -22,7 +22,7 @@ 22 22 #set ($propertyDescriptors = []) 23 23 #if ("$!services.like" != "") 24 24 ## We can't make it sortable or filterable right now since it's not stored in DB. 25 - #set ($discard = $propertyDescriptors.add({ 'id': '_likes', 'sortable': false, 'filterable': false })) 25 + #set ($discard = $propertyDescriptors.add({ 'id': '_likes', 'sortable': false, 'filterable': false, 'editable': false })) 26 26 #set ($discard = $properties.add('_likes')) 27 27 #end 28 28 #if(!$isGuest && $xcontext.macro.params.actions == "true")