Changes for page Documents Macro
Last modified by Mark Kohlmann on 2024/07/26 08:05
From version 6.1
edited by Mark Kohlmann
on 2024/07/26 07:52
on 2024/07/26 07:52
Change comment:
Migrated property [type] from class [XWiki.WikiMacroParameterClass]
To version 4.1
edited by Mark Kohlmann
on 2020/04/03 03:57
on 2020/04/03 03:57
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-index-ui/12.2]
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. mark\.kohlmann@chiefintegrations\.com1 +XWiki.MarkKohlmann
- XWiki.WikiMacroClass[0]
-
- Macro code
-
... ... @@ -40,14 +40,6 @@ 40 40 'sortable': false 41 41 })) 42 42 #end 43 -#if ("$!services.like" != "") 44 - #set($discard = $collist.add('_likes')) 45 - ## We can't make it sortable or filterable right now since it's not stored in DB. 46 - #set($discard = $colprops.put('_likes', { 47 - 'filterable': false, 48 - 'sortable': false 49 - })) 50 -#end 51 51 #if ($collist.contains('doc.location')) 52 52 #set ($discard = $options.put('selectedColumn','doc.location')) 53 53 #end