Changes for page App Within Minutes

Last modified by Thomas Mortagne on 2019/02/28 11:44

From version 4.1
edited by Thomas Mortagne
on 2015/11/23 12:25
Change comment: Install extension [org.xwiki.platform:xwiki-platform-appwithinminutes-ui-7.3]
To version 6.1
edited by Thomas Mortagne
on 2017/09/11 11:55
Change comment: Install extension [org.xwiki.platform:xwiki-platform-appwithinminutes-ui/9.7]

Summary

Details

Page properties
Content
... ... @@ -9,7 +9,7 @@
9 9  #set($columnsProperties = {
10 10   'doc.space': {'type': 'text', 'link': 'view', 'size': 10, 'filterable': true, 'sortable': true},
11 11   'doc.author': {'type': 'text', 'link': 'author', 'size': 10, 'filterable': true, 'sortable': true},
12 - 'doc.date': {'type': 'text', 'size': 10, 'filterable': true, 'sortable': true},
12 + 'doc.date': {'type': 'date', 'size': 10, 'filterable': true, 'sortable': true},
13 13   '_actions': {'html': true, 'sortable': false, 'actions': ['edit', 'delete']}
14 14  })
15 15  #set($options = {
... ... @@ -24,5 +24,5 @@
24 24  })
25 25  #set($columns = ['doc.space', 'doc.author', 'doc.date', '_actions'])
26 26  #livetable('livetable' $columns $columnsProperties $options)
27 -#set($docextras=[])
27 +#set ($displayDocExtra = false)
28 28  {{/velocity}}