Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 11091 Rev 11098
Línea 797... Línea 797...
797
            $page = (int) $this->params()->fromQuery('page');
797
            $page = (int) $this->params()->fromQuery('page');
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
           
-
 
803
            /*if(isset($type)&& $type=='hptg'){
802
            $hptg_uuid =  $this->params()->fromRoute('hptg_id');
804
                $id =  $this->params()->fromRoute('id');
803
            if($hptg_uuid){
805
                $highPerformanceTeamsGroupsMapper = HighPerformanceTeamsGroupsMapper::getInstance($this->adapter);
804
                $highPerformanceTeamsGroupsMapper = HighPerformanceTeamsGroupsMapper::getInstance($this->adapter);
806
                $highPerformanceTeamsGroups = $highPerformanceTeamsGroupsMapper->fetchOneByUuid($id);
805
                $highPerformanceTeamsGroups = $highPerformanceTeamsGroupsMapper->fetchOneByUuid($hptg_uuid);
Línea 807... Línea 806...
807
                
806
                
808
                if (!$highPerformanceTeamsGroups) {
807
                if (!$highPerformanceTeamsGroups) {
809
                    $data = [
808
                    $data = [
810
                        'success' => false,
809
                        'success' => false,
Línea 883... Línea 882...
883
 
882
 
Línea 884... Línea 883...
884
 
883
 
885
 
884
 
886
                
885
                
887
 
886