| Línea 223... |
Línea 223... |
| 223 |
'first_name' => ucwords(strtolower($record['first_name'])),
|
223 |
'first_name' => ucwords(strtolower($record['first_name'])),
|
| 224 |
'last_name' => ucwords(strtolower($record['last_name'])),
|
224 |
'last_name' => ucwords(strtolower($record['last_name'])),
|
| 225 |
'email' => strtolower($record['email']),
|
225 |
'email' => strtolower($record['email']),
|
| 226 |
'last_activity_on' => $last_activity_on,
|
226 |
'last_activity_on' => $last_activity_on,
|
| 227 |
'actions' => [
|
227 |
'actions' => [
|
| 228 |
'link_edit' => $allowEdit ? $this->url()->fromRoute('reports/users-blocked/edit,', ['id' => $record->uuid]) : '',
|
228 |
'link_edit' => $allowEdit ? $this->url()->fromRoute('reports/users-blocked/edit', ['id' => $record->uuid]) : '',
|
| 229 |
//'link_delete' => $allowDelete ? $this->url()->fromRoute('jobs/delete', ['id' => $record->uuid]) : '',
|
229 |
//'link_delete' => $allowDelete ? $this->url()->fromRoute('jobs/delete', ['id' => $record->uuid]) : '',
|
| 230 |
]
|
230 |
]
|
| Línea 231... |
Línea 231... |
| 231 |
|
231 |
|