Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 4942 Rev 4963
Línea 321... Línea 321...
321
 
321
 
322
                $jobDescription = new SurveyJobDescription();
322
                $jobDescription = new SurveyJobDescription();
323
                $jobCategory = new SurveyJobCategory();
323
                $jobCategory = new SurveyJobCategory();
324
                $industry = new SurveyIndustry();
324
                $industry = new SurveyIndustry();
325
                $service = new SurveyService();
325
                $service = new SurveyService();
326
/*
326
 
327
                if($dataPost['job_description_id']){
327
                if($dataPost['job_description_id']){
328
                    $JobDescriptionSurveyId = $dataPost['job_description_id'];
328
                    $JobDescriptionSurveyId = $dataPost['job_description_id'];
329
                    $hydrator->hydrate($dataPost, $jobDescription);
329
                    $hydrator->hydrate($dataPost, $jobDescription);
330
                    $survey_id = $survey->id;
330
                    $survey_id = $survey->id;
Línea 365... Línea 365...
365
                        $data = [
365
                        $data = [
366
                            'success' => true,
366
                            'success' => true,
367
                            'data' => 'LABEL_RECORD_ADDED'
367
                            'data' => 'LABEL_RECORD_ADDED'
368
                        ];
368
                        ];
369
                    }
369
                    }
370
                }*/
370
                }
Línea 371... Línea 371...
371
                
371
                
372
                if($dataPost['service_id']){
372
                if($dataPost['service_id']){
373
                    $serviceSurveyId = $dataPost['service_id'];
373
                    $serviceSurveyId = $dataPost['service_id'];
374
                    $hydrator->hydrate($dataPost, $service);
374
                    $hydrator->hydrate($dataPost, $service);