Wiki source code of License Reviews

Last modified by Ludovic Dubost on 2020/07/10 16:30

Show last authors
1 {{velocity}}
2 #set ($columnsProperties = {
3 'doc.title': {"displayName":"License Name","link":"view"},
4 'shortText1': {},
5 'status': {},
6 'submittingOrganization': {},
7 'submissionDate': {"html":true},
8 'validationDate': {"html":true},
9 '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]}
10 })
11 #set ($options = {
12 'className': 'LicenseReview.Code.LicenseReviewClass',
13 'translationPrefix': 'licensereview.livetable.',
14 'tagCloud': true,
15 'rowCount': 15,
16 'maxPages': 10,
17 'extraParams': '&location=LicenseReview',
18 'selectedColumn': 'doc.title',
19 'defaultOrder': 'asc'
20 })
21 #set ($columns = ['doc.title', 'shortText1', 'status', 'submittingOrganization', 'submissionDate', 'validationDate', '_actions'])
22 #livetable('licensereview' $columns $columnsProperties $options)
23 {{/velocity}}

Active Related Tasks

No active Tasks