Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 6777 Rev 6778
Línea 1068... Línea 1068...
1068
            
1068
            
1069
 
1069
 
Línea 1070... Línea 1070...
1070
            $surveyLocationMapper = SurveyLocationMapper::getInstance($this->adapter);
1070
            $surveyLocationMapper = SurveyLocationMapper::getInstance($this->adapter);
1071
            $location  = $surveyLocationMapper->fetchAllbySurveyId($survey->id);
1071
            $location  = $surveyLocationMapper->fetchAllbySurveyId($survey->id);
1072
            
1072
            
1073
             return new JsonModel([
1073
            //  return new JsonModel([
Línea 1074... Línea 1074...
1074
                 'success' => false,
1074
            //      'success' => false,
1075
                 'data' => $location
1075
            //      'data' => $location
Línea 1095... Línea 1095...
1095
                    'status' => $survey->status, 
1095
                    'status' => $survey->status, 
1096
                    'lenguage_id' => $lenguage,
1096
                    'lenguage_id' => $lenguage,
1097
                    'skill_id' => $skillMaster,
1097
                    'skill_id' => $skillMaster,
1098
                    'job_description_id' => $SurveyJobDescriptionMaster,
1098
                    'job_description_id' => $SurveyJobDescriptionMaster,
1099
                    'industry_id' => $industryMaster,
1099
                    'industry_id' => $industryMaster,
1100
                    'location' => $location['city1'],
1100
                    'location' => $location->city1,
1101
                ]
1101
                ]
1102
            ];
1102
            ];
Línea 1103... Línea 1103...
1103
 
1103
 
1104
            return new JsonModel($data);
1104
            return new JsonModel($data);