Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 1403 Rev 1411
Línea 234... Línea 234...
234
                    ];
234
                    ];
Línea 235... Línea 235...
235
 
235
 
236
                } else {
236
                } else {
237
                    $data = [
237
                    $data = [
238
                        'success' => false,
238
                        'success' => false,
239
                        'data' => $recruitmentSelectionVacancyMapper->getError()
239
                        'data' => ''//$recruitmentSelectionVacancyMapper->getError()
240
                    ];
240
                    ];
Línea 241... Línea 241...
241
                }
241
                }
242
 
242
 
Línea 376... Línea 376...
376
                'data' => [
376
                'data' => [
377
                    'id' => $recruitmentCandidate->uuid,
377
                    'id' => $recruitmentCandidate->uuid,
378
                    'name' => $recruitmentCandidate->name,
378
                    'name' => $recruitmentCandidate->name,
379
                    'company'=>$currentCompany->id,
379
                    'company'=>$currentCompany->id,
380
                    'job_description_id' => $jobDescription->job_description_id,
380
                    'job_description_id' => $jobDescription->job_description_id,
381
                    'location' => $recruitmentCandidate->location_id,
381
                    'location_search' => $recruitmentCandidate->location_id,
382
                    'job_category_id' => $recruitmentCandidate->job_category_id,
382
                    'job_category_id' => $recruitmentCandidate->job_category_id,
383
                    'text' => $recruitmentCandidate->text,
383
                    'text' => $recruitmentCandidate->text,
384
                    'industry' => $recruitmentCandidate->industry_id, 
384
                    'industry' => $recruitmentCandidate->industry_id, 
385
                    'status' => $recruitmentCandidate->status,
385
                    'status' => $recruitmentCandidate->status,
386
                    'content' => $recruitmentCandidate->content ? json_decode($recruitmentCandidate->content) : [],
386
                    'content' => $recruitmentCandidate->content ? json_decode($recruitmentCandidate->content) : [],