Changes for page Documents Macro

From version 5.1
edited by Monika Leung
on 2025/07/12 17:27
Change comment: Install extension [org.xwiki.platform:xwiki-platform-index-ui/17.5.0]
To version 6.1
edited by Monika Leung
on 2026/04/03 16:00
Change comment: Install extension [org.xwiki.platform:xwiki-platform-index-ui/18.2.0]

Summary

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")

Interested in our testing services?

If you are interested and would like to receive more information, please send us an email and sign up for our newsletter to stay up-to-date.