Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 6245 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 6245 Rev 6264
Línea 194... Línea 194...
194
                    $item = [
194
                    $item = [
195
                        'uuid' => $record['uuid'],
195
                        'uuid' => $record['uuid'],
196
                        'first_name' => $record['first_name'],
196
                        'first_name' => $record['first_name'],
197
                        'last_name' => $record['last_name'],
197
                        'last_name' => $record['last_name'],
198
                        'email' => $record['email'],
198
                        'email' => $record['email'],
199
                        'file' => $this->url()->fromRoute('storage', ['type' => 'recruitment_selection', 'code' =>$params['vacancy_uuid'].'/'. $record['uuid'], 'filename' => $record['file']]),
-
 
200
                        // 'file' => $this->url()->fromRoute('storage', ['type' => 'recruitment_selection', 'code' => $record['uuid'], 'filename' => $record['file']]),
199
                        // 'file' => $this->url()->fromRoute('storage', ['type' => 'recruitment_selection', 'code' => $record['uuid'], 'filename' => $record['file']]),
201
                        'actions' => [
200
                        'actions' => [
202
                            'link_edit' => $allowEdit ? $link_edit : '',
201
                            'link_edit' => $allowEdit ? $link_edit : '',
203
                            'link_delete' => $allowDelete ? $link_delete : '',
202
                            'link_delete' => $allowDelete ? $link_delete : '',
204
                        ]
203
                        ]