Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 15600 | Rev 15603 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 15600 Rev 15602
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