Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 5063 Rev 5064
Línea 330... Línea 330...
330
                
330
                
331
                $jobDescription = new SurveyJobDescription();
331
                $jobDescription = new SurveyJobDescription();
332
                $jobCategory = new SurveyJobCategory();
332
                $jobCategory = new SurveyJobCategory();
333
                $industry = new SurveyIndustry();
333
                $industry = new SurveyIndustry();
334
                $service = new SurveyService();
334
                $service = new SurveyService();
335
/*
335
 
Línea 336... Línea 336...
336
                if(!empty($dataPost['job_description_id'])){ 
336
                if(!empty($dataPost['job_description_id'])){ 
Línea 337... Línea 337...
337
                    
337
                    
Línea 413... Línea 413...
413
                $data = [
413
                $data = [
414
                    'success' => true,
414
                    'success' => true,
415
                    'data' => 'test'
415
                    'data' => 'test'
416
                ];
416
                ];
417
                return new JsonModel($data); exit;
417
                return new JsonModel($data); exit;
418
                */
-
 
-
 
418
                
419
                if(!empty($dataPost['industry_id'])){ 
419
                if(!empty($dataPost['industry_id'])){ 
Línea 420... Línea 420...
420
                    
420
                    
Línea 421... Línea 421...
421
                    // print_r($dataPost['industry_id']);
421
                    // print_r($dataPost['industry_id']);
Línea 452... Línea 452...
452
                     }
452
                     }
453
                 }
453
                 }
Línea 454... Línea 454...
454
                 
454
                 
455
                $data = [
455
                $data = [
456
                    'success' => true,
456
                    'success' => true,
457
                    'data' => 'LABEL_RECORD_ADDED'
457
                    'data' => 'test'
458
                ];
458
                ];
459
                return new JsonModel($data); exit;
459
                return new JsonModel($data); exit;
460
                /*
460
                /*