Changes for page Team Hope Public Library

Last modified by Don B on 2025/12/11 23:51

From version 55.2
edited by Don B
on 2023/11/30 05:00
Change comment: Updated application icon
To version 53.1
edited by Don B
on 2023/11/30 04:43
Change comment: Update LiveTable

Summary

Details

Page properties
Content
... ... @@ -6,7 +6,8 @@
6 6   'document_report_link': {"filterable":false,"sortable":false,"html":true},
7 7   'shortText2': {},
8 8   'longText1': {"filterable":false,"sortable":false,"html":true},
9 - '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]}
9 + '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]},
10 + 'doc.author': {"link":"author"}
10 10  })
11 11  #set ($options = {
12 12   'className': 'Team Hope.Code.Team HopeClass',
... ... @@ -17,6 +17,6 @@
17 17   'selectedColumn': 'shortText1',
18 18   'defaultOrder': 'asc'
19 19  })
20 -#set ($columns = ['shortText1', 'countylist', 'cpra_description', 'document_report_link', 'shortText2', 'longText1', '_actions'])
21 +#set ($columns = ['shortText1', 'countylist', 'cpra_description', 'document_report_link', 'shortText2', 'longText1', '_actions', 'doc.author'])
21 21  #livetable('team hope' $columns $columnsProperties $options)
22 22  {{/velocity}}
AppWithinMinutes.LiveTableClass[0]
Live Table Columns
... ... @@ -1,1 +1,1 @@
1 -shortText1 countylist cpra_description document_report_link shortText2 longText1 _actions
1 +shortText1 countylist cpra_description document_report_link shortText2 longText1 _actions doc.author