Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 7766 Rev 7837
Línea 660... Línea 660...
660
        $request = $this->getRequest();
660
        $request = $this->getRequest();
661
        if($request->isGet()) {
661
        if($request->isGet()) {
Línea 662... Línea 662...
662
            
662
            
663
            $page = (int) $this->params()->fromQuery('page');
663
            $page = (int) $this->params()->fromQuery('page');
664
            $type   = $this->params()->fromRoute('type');
664
            $type   = $this->params()->fromRoute('type');
Línea 665... Línea 665...
665
            $topic_uuid   = $this->params()->fromRoute('topic_id');
665
            $topic_uuid   = $this->params()->fromRoute('topic_uuid');
666
            
666
            
667
            if(isset($type)&& $type=='hptg'){
667
            if(isset($type)&& $type=='hptg'){
668
                $id =  $this->params()->fromRoute('id');
668
                $group_uuid =  $this->params()->fromRoute('group_uuid');
Línea 669... Línea 669...
669
                $highPerformanceTeamsGroupsMapper = HighPerformanceTeamsGroupsMapper::getInstance($this->adapter);
669
                $highPerformanceTeamsGroupsMapper = HighPerformanceTeamsGroupsMapper::getInstance($this->adapter);
670
                $highPerformanceTeamsGroups = $highPerformanceTeamsGroupsMapper->fetchOneByUuid($id);
670
                $highPerformanceTeamsGroups = $highPerformanceTeamsGroupsMapper->fetchOneByUuid($group_uuid);
671
                
671
                
672
                if (!$highPerformanceTeamsGroups) {
672
                if (!$highPerformanceTeamsGroups) {