Wiki source code of Findings
Last modified by Lee Pedley on 2026/09/21 17:22
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
1.1 | 1 | {{velocity}} |
| 2 | #set ($columnsProperties = { | ||
| 3 | 'findingId': {} | ||
| 4 | 'doc.title': {"link":"view"} | ||
| 5 | 'findingType': {} | ||
| 6 | 'severity': {} | ||
| 7 | 'owner': {} | ||
| 8 | 'status': {} | ||
| 9 | 'dueDate': {} | ||
| 10 | '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]} | ||
| 11 | }) | ||
| 12 | #set ($options = { | ||
| 13 | 'className': 'Findings.Code.FindingsClass', | ||
| 14 | 'translationPrefix': 'findings.livetable.', | ||
| 15 | 'tagCloud': false, | ||
| 16 | 'rowCount': 20, | ||
| 17 | 'maxPages': 10, | ||
| 18 | 'selectedColumn': 'findingId', | ||
| 19 | 'defaultOrder': 'asc' | ||
| 20 | }) | ||
| 21 | #set ($columns = ['findingId','doc.title','findingType','severity','owner','status','dueDate','_actions']) | ||
| 22 | #livetable('findings' $columns $columnsProperties $options) | ||
| 23 | {{/velocity}} |