Changes for page Documents Macro
                  Last modified by Sebastian Marsching on 2025/08/02 15:39
              
      
      From version  8.1 
    
    
              edited by Sebastian Marsching
        
on 2025/06/24 10:38
     on 2025/06/24 10:38
      Change comment:
              Install extension [org.xwiki.platform:xwiki-platform-index-ui/16.10.9]
          
         
      To version  9.1 
    
    
              edited by Sebastian Marsching
        
on 2025/08/02 15:39
     on 2025/08/02 15:39
      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") 
 
