Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 1425 Rev 1426
Línea 232... Línea 232...
232
 
232
 
233
                if (!$recruitmentForm->status) {
233
                if (!$recruitmentForm->status) {
234
                    $recruitmentForm->status = RecruitmentSelectionVacancy::STATUS_INACTIVE;
234
                    $recruitmentForm->status = RecruitmentSelectionVacancy::STATUS_INACTIVE;
235
                }
235
                }
236
                $recruitmentForm->company_id = $currentCompany->id;
236
                $recruitmentForm->company_id = $currentCompany->id;
Línea 237... Línea 237...
237
                $recruitmentSelectionVacancyMapper = RecruitmentSelectionVacancyMapper::getInstance($this->adapter);;
237
                $recruitmentSelectionVacancyMapper = RecruitmentSelectionVacancyMapper::getInstance($this->adapter);
238
 
238
 
-
 
239
                return new JsonModel([
-
 
240
                    'success' => false,
-
 
241
                    'data' => [
-
 
242
                        $request->getPost()->toArray(),
239
                return new JsonModel([
243
                        $dataPost,
-
 
244
                        (array)$currentCompany,
240
                    'success' => false,
245
                        (array)$recruitmentForm,
Línea 241... Línea 246...
241
                    'data' => (array)$recruitmentForm,
246
                    ],