Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 11098 Rev 11108
Línea 798... Línea 798...
798
            $type   = $this->params()->fromRoute('type');
798
            $type   = $this->params()->fromRoute('type');
799
            $topic_uuid   = $this->params()->fromRoute('topic_id');
799
            $topic_uuid   = $this->params()->fromRoute('topic_id');
800
            $urgent   = $this->params()->fromRoute('urgent');
800
            $urgent   = $this->params()->fromRoute('urgent');
801
            $myt_id =  $this->params()->fromRoute('myt_id');
801
            $myt_id =  $this->params()->fromRoute('myt_id');
802
            $hptg_uuid =  $this->params()->fromRoute('hptg_id');
802
            $hptg_uuid =  $this->params()->fromRoute('hptg_id');
-
 
803
 
-
 
804
            return new JsonModel([
-
 
805
                'success' => false,
-
 
806
                'data' => 'ERROR_UsssNAUTHORIZED'
-
 
807
            ]);
803
            if($hptg_uuid){
808
            if($hptg_uuid){
804
                $highPerformanceTeamsGroupsMapper = HighPerformanceTeamsGroupsMapper::getInstance($this->adapter);
809
                $highPerformanceTeamsGroupsMapper = HighPerformanceTeamsGroupsMapper::getInstance($this->adapter);
805
                $highPerformanceTeamsGroups = $highPerformanceTeamsGroupsMapper->fetchOneByUuid($hptg_uuid);
810
                $highPerformanceTeamsGroups = $highPerformanceTeamsGroupsMapper->fetchOneByUuid($hptg_uuid);
Línea 806... Línea 811...
806
                
811