Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 1430 Rev 1431
Línea 247... Línea 247...
247
                $recruitmentForm->description = $dataPost['description'];
247
                $recruitmentForm->description = $dataPost['description'];
248
                $recruitmentForm->last_date = $dataPost['last_date'];
248
                $recruitmentForm->last_date = $dataPost['last_date'];
Línea 249... Línea 249...
249
 
249
 
Línea 250... Línea -...
250
                $recruitmentSelectionVacancyMapper = RecruitmentSelectionVacancyMapper::getInstance($this->adapter);
-
 
251
 
-
 
252
                return new JsonModel([
-
 
253
                    'success' => false,
-
 
254
                    'data' => ['test'],
-
 
255
                ]);
250
                $recruitmentSelectionVacancyMapper = RecruitmentSelectionVacancyMapper::getInstance($this->adapter);
Línea 256... Línea 251...
256
 
251
 
257
                $result = $recruitmentSelectionVacancyMapper->insert($recruitmentForm);
252
                $result = $recruitmentSelectionVacancyMapper->insert($recruitmentForm);
258
 
253