Línea 171... |
Línea 171... |
171 |
'form' => $record['form'],
|
171 |
'form' => $record['form'],
|
172 |
'supervisor' => trim(trim($record['first_name']) . ' ' . trim($record['last_name'])) . ' (' . trim($record['email']) . ')',
|
172 |
'supervisor' => trim(trim($record['first_name']) . ' ' . trim($record['last_name'])) . ' (' . trim($record['email']) . ')',
|
173 |
'actions' => [
|
173 |
'actions' => [
|
Línea 174... |
Línea 174... |
174 |
|
174 |
|
175 |
'link_delete' => $allowDelete ? $link_delete : '',
|
175 |
'link_delete' => $allowDelete ? $link_delete : '',
|
176 |
'link_self' => $this->url()->fromRoute('performance-evaluation/evaluations/self', ['id' => $record->uuid ]),
|
176 |
'link_self' => $this->url()->fromRoute('performance-evaluation/evaluations/self', ['id' => $record['uuid'] ]),
|
177 |
'link_superviser' => $this->url()->fromRoute('performance-evaluation/evaluations/superviser', ['id' => $record['uuid'] ]),
|
177 |
'link_superviser' => $this->url()->fromRoute('performance-evaluation/evaluations/superviser', ['id' => $record['uuid'] ]),
|
178 |
'link_both' => $this->url()->fromRoute('performance-evaluation/evaluations/both', ['id' => $record['uuid'] ]),
|
178 |
'link_both' => $this->url()->fromRoute('performance-evaluation/evaluations/both', ['id' => $record['uuid'] ]),
|
179 |
]
|
179 |
]
|