Wiki source code of Risks
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 | 'riskId': {} | ||
| 4 | 'doc.title': {"link":"view"} | ||
| 5 | 'owner': {} | ||
| 6 | 'status': {} | ||
| 7 | 'inherentScore': {} | ||
| 8 | 'treatmentDecision': {} | ||
| 9 | 'targetDate': {} | ||
| 10 | '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]} | ||
| 11 | }) | ||
| 12 | #set ($options = { | ||
| 13 | 'className': 'Risks.Code.RisksClass', | ||
| 14 | 'translationPrefix': 'risks.livetable.', | ||
| 15 | 'tagCloud': false, | ||
| 16 | 'rowCount': 20, | ||
| 17 | 'maxPages': 10, | ||
| 18 | 'selectedColumn': 'riskId', | ||
| 19 | 'defaultOrder': 'asc' | ||
| 20 | }) | ||
| 21 | #set ($columns = ['riskId','doc.title','owner','status','inherentScore','treatmentDecision','targetDate','_actions']) | ||
| 22 | #livetable('risks' $columns $columnsProperties $options) | ||
| 23 | {{/velocity}} |