Changes for page Materials
Last modified by Benjamin Fischer on 2024/07/31 13:19
To version 2.2
edited by Benjamin Fischer
on 2024/07/31 12:39
on 2024/07/31 12:39
Change comment:
Updated application icon
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,6 +1,5 @@ 1 1 {{velocity}} 2 2 #set ($columnsProperties = { 3 - 'doc.location': {"html":true}, 4 4 'type': {}, 5 5 'doc.title': {"displayName":"Title","link":"view"}, 6 6 'part': {}, ... ... @@ -13,9 +13,9 @@ 13 13 'tagCloud': true, 14 14 'rowCount': 15, 15 15 'maxPages': 10, 16 - 'selectedColumn': ' doc.location',15 + 'selectedColumn': 'type', 17 17 'defaultOrder': 'asc' 18 18 }) 19 -#set ($columns = [' doc.location', 'type', 'doc.title', 'part', 'date', 'author'])18 +#set ($columns = ['type', 'doc.title', 'part', 'date', 'author']) 20 20 #livetable('materials' $columns $columnsProperties $options) 21 21 {{/velocity}}
- AppWithinMinutes.LiveTableClass[0]
-
- Live Table Columns
-
... ... @@ -1,1 +1,1 @@ 1 - doc.location type title part date author1 +type title part date author