Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 1411 Rev 1412
Línea 218... Línea 218...
218
 
218
 
219
                if (!$recruitmentForm->status) {
219
                if (!$recruitmentForm->status) {
220
                    $recruitmentForm->status = RecruitmentSelectionVacancy::STATUS_INACTIVE;
220
                    $recruitmentForm->status = RecruitmentSelectionVacancy::STATUS_INACTIVE;
221
                }
221
                }
222
                $recruitmentForm->company_id = $currentCompany->id;
222
                $recruitmentForm->company_id = $currentCompany->id;
Línea 223... Línea 223...
223
                $recruitmentSelectionVacancyMapper = RecurtingForm::getInstance($this->adapter);;
223
                $recruitmentSelectionVacancyMapper = RecruitmentSelectionVacancyMapper::getInstance($this->adapter);;
Línea 224... Línea 224...
224
 
224
 
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