Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 1431 Rev 1432
Línea 249... Línea 249...
249
 
249
 
Línea 250... Línea 250...
250
                $recruitmentSelectionVacancyMapper = RecruitmentSelectionVacancyMapper::getInstance($this->adapter);
250
                $recruitmentSelectionVacancyMapper = RecruitmentSelectionVacancyMapper::getInstance($this->adapter);
Línea 251... Línea -...
251
 
-
 
252
                $result = $recruitmentSelectionVacancyMapper->insert($recruitmentForm);
-
 
253
 
-
 
254
                return new JsonModel([
-
 
255
                    'success' => false,
-
 
256
                    'data' => [
-
 
257
                        $request->getPost()->toArray(),
-
 
258
                        $dataPost,
-
 
259
                        (array)$currentCompany,
-
 
260
                        (array)$recruitmentForm,
-
 
261
                        (array)$result,
-
 
262
                        $result,
-
 
263
                    ],
251
 
264
                ]);
252
                $result = $recruitmentSelectionVacancyMapper->insert($recruitmentForm);
Línea 265... Línea 253...
265
 
253
 
266
                if ($result) {
254
                if ($result) {