Proyectos de Subversion LeadersLinked - Backend

Rev

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

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