Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 7650 Rev 7651
Línea 405... Línea 405...
405
                $companyUserMapper = CompanyUserMapper::getInstance($this->adapter);
405
                $companyUserMapper = CompanyUserMapper::getInstance($this->adapter);
406
                $owner = $companyUserMapper->fetchOwnerByCompanyId($company->id);
406
                $owner = $companyUserMapper->fetchOwnerByCompanyId($company->id);
Línea 407... Línea -...
407
                
-
 
-
 
407
                
-
 
408
               
-
 
409
                
-
 
410
                return new JsonModel([
408
               
411
                    'success' => false,
409
                
412
                    'data' => 'ERROR_RECORD_NOT_FOsssUND'
410
 
413
                ]);
411
                $hydrator = new ObjectPropertyHydrator();
414
                $hydrator = new ObjectPropertyHydrator();
Línea 455... Línea 458...
455
                            'data' => 'ERROR_RECORD_NOT_FOUND'
458
                            'data' => 'ERROR_RECORD_NOT_FOUND'
456
                        ]);
459
                        ]);
457
                    }
460
                    }
Línea 458... Línea 461...
458
                    
461
                    
459
                    if(isset($dataPost['high_performance_group_topic_id'])){
-
 
460
                        return new JsonModel([
-
 
461
                            'success' => false,
-
 
462
                            'data' => 'ERROR_RECORD_NOT_FOsssUND'
-
 
-
 
462
                    if(isset($dataPost['high_performance_group_topic_id'])){
463
                        ]);
463
                        
464
                        $highPerformanceTeamsGroupsViewTopicMapper = HighPerformanceTeamsGroupsViewTopicMapper::getInstance($this->adapter);
464
                        $highPerformanceTeamsGroupsViewTopicMapper = HighPerformanceTeamsGroupsViewTopicMapper::getInstance($this->adapter);
465
                        $highPerformanceTeamsGroupsViewTopic = $highPerformanceTeamsGroupsViewTopicMapper->fetchOneByUuid($dataPost['high_performance_group_topic_id']);
465
                        $highPerformanceTeamsGroupsViewTopic = $highPerformanceTeamsGroupsViewTopicMapper->fetchOneByUuid($dataPost['high_performance_group_topic_id']);
466
                        if($highPerformanceTeamsGroupsViewTopic){
466
                        if($highPerformanceTeamsGroupsViewTopic){
467
                            $feed->high_performance_group_topic_id = $highPerformanceTeamsGroupsViewTopic->id;
467
                            $feed->high_performance_group_topic_id = $highPerformanceTeamsGroupsViewTopic->id;