Changes for page Documents Macro
Change comment: Install extension [org.xwiki.platform:xwiki-platform-index-ui-7.3]
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.WikiMacroClass[0]
-
- Macro code
-
... ... @@ -8,7 +8,7 @@ 8 8 #set($collist = ['doc.title', 'doc.location', 'doc.date', 'doc.author']) 9 9 #end 10 10 #set($colprops = { 11 - 'doc.title' : { 'type' : 'text' , 'size' : 30, 'link' : 'view', 'filterable': false ,'sortable': false},11 + 'doc.title' : { 'type' : 'text' , 'size' : 30, 'link' : 'view', 'filterable': false }, 12 12 'doc.location' : { 'type': 'text', 'filterable': true, 'html': true}, 13 13 'doc.fullName' : { 'type' : 'text' , 'size' : 30, 'link' : 'view' }, 14 14 'doc.name' : { 'type' : 'text' , 'size' : 30, 'link' : 'view' },