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