Define which status transitions are allowed. This controls what options appear in the status dropdown on tickets.
| From Status | → | To Status | Req. Comment | Req. Admin | Active | Actions |
|---|---|---|---|---|---|---|
| No transitions defined. Add transitions to enable status changes. | ||||||
| = htmlspecialchars($wf['from_status']) ?> | → | = htmlspecialchars($wf['to_status']) ?> | = $wf['requires_comment'] ? '✓' : '—' ?> | = $wf['requires_admin'] ? '✓' : '—' ?> | = $wf['is_active'] ? '✓' : '✗' ?> |
|