Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 10753 Rev 15120
Línea 471... Línea 471...
471
                    'first_name' => $candidate->first_name,
471
                    'first_name' => $candidate->first_name,
472
                    'last_name' => $candidate->last_name,
472
                    'last_name' => $candidate->last_name,
473
                    'email' => $candidate->email,
473
                    'email' => $candidate->email,
474
                    'file' => $this->url()->fromRoute('storage', ['type' => 'recruitment-selection', 'code'=> $vacancy->uuid, 'code2'=> $candidate->uuid, 'filename' => $candidate->file]),
474
                    'file' => $this->url()->fromRoute('storage', ['type' => 'recruitment-selection', 'code'=> $vacancy->uuid, 'code2'=> $candidate->uuid, 'filename' => $candidate->file]),
475
                    'evaluation' => $candidate->evaluation,
475
                    'evaluation' => $candidate->evaluation,
476
                    'coment' => strip_tags($candidate->coment),
476
                    'coment' => $candidate->coment,
477
                    'status' => $candidate->status,
477
                    'status' => $candidate->status,
478
                ]
478
                ]
479
            ];
479
            ];
Línea 480... Línea 480...
480
 
480