Changes for page Job Offers

Last modified by Benjamin Fischer on 2025/06/16 10:24

From version 2.1
edited by Benjamin Fischer
on 2025/05/15 12:21
Change comment: Update LiveTable
To version 1.1
edited by Benjamin Fischer
on 2025/05/15 12:20
Change comment: Update LiveTable

Summary

Details

Page properties
Content
... ... @@ -3,8 +3,8 @@
3 3   'doc.title': {"link":"view"},
4 4   'link': {},
5 5   'doc.location': {"html":true},
6 - 'valid': {"html":true},
7 7   'doc.date': {},
7 + 'doc.author': {"link":"author"},
8 8   '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]}
9 9  })
10 10  #set ($options = {
... ... @@ -16,6 +16,6 @@
16 16   'selectedColumn': 'doc.title',
17 17   'defaultOrder': 'asc'
18 18  })
19 -#set ($columns = ['doc.title', 'link', 'doc.location', 'valid', 'doc.date', '_actions'])
19 +#set ($columns = ['doc.title', 'link', 'doc.location', 'doc.date', 'doc.author', '_actions'])
20 20  #livetable('job offers' $columns $columnsProperties $options)
21 21  {{/velocity}}
AppWithinMinutes.LiveTableClass[0]
Live Table Columns
... ... @@ -1,1 +1,1 @@
1 -doc.title link doc.location valid doc.date _actions
1 +doc.title link doc.location doc.date doc.author _actions
XWiki.UIExtensionClass[0]
Extension ID
... ... @@ -1,1 +1,0 @@
1 -platform.panels.Job OffersApplication
Extension Parameters
... ... @@ -1,3 +1,0 @@
1 -label=Job Offers
2 -target=Job Offers.WebHome
3 -icon=icon:briefcase