Changes for page System Design

Last modified by Zyndly Kent Baja on 2026/06/22 04:38

From version 8.1
edited by Zyndly Kent Baja
on 2026/06/22 04:29
Change comment: Update LiveTable
To version 10.2
edited by Zyndly Kent Baja
on 2026/06/22 04:37
Change comment: Updated application icon

Summary

Details

Page properties
Content
... ... @@ -1,7 +1,7 @@
1 1  {{velocity}}
2 2  #set ($columnsProperties = {
3 3   'Type': {},
4 - 'doc.name': {"link":"view"},
4 + 'doc.title': {"link":"view"},
5 5   'shortText1': {},
6 6   'staticList1': {},
7 7   'staticList2': {},
... ... @@ -20,6 +20,6 @@
20 20   'selectedColumn': 'Type',
21 21   'defaultOrder': 'asc'
22 22  })
23 -#set ($columns = ['Type', 'doc.name', 'shortText1', 'staticList1', 'staticList2', 'staticList3', 'doc.location', '_actions', 'doc.author', 'doc.date'])
23 +#set ($columns = ['Type', 'doc.title', 'shortText1', 'staticList1', 'staticList2', 'staticList3', 'doc.location', '_actions', 'doc.author', 'doc.date'])
24 24  #livetable('design and uat' $columns $columnsProperties $options)
25 25  {{/velocity}}
AppWithinMinutes.LiveTableClass[0]
Live Table Columns
... ... @@ -1,1 +1,1 @@
1 -Type doc.name shortText1 staticList1 staticList2 staticList3 doc.location _actions doc.author doc.date
1 +Type doc.title shortText1 staticList1 staticList2 staticList3 doc.location _actions doc.author doc.date