Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 11108 Rev 11109
Línea 780... Línea 780...
780
        return new JsonModel($response);
780
        return new JsonModel($response);
781
    }
781
    }
Línea 782... Línea 782...
782
    
782
    
-
 
783
    
-
 
784
    public function timelineAction() {
-
 
785
        return new JsonModel([
-
 
786
            'success' => false,
783
    
787
            'data' => 'ERROR_UsssNAUTHORIZED'
784
    public function timelineAction() {
788
        ]);
785
        $currentUserPlugin = $this->plugin('currentUserPlugin');
789
        $currentUserPlugin = $this->plugin('currentUserPlugin');
Línea 799... Línea 803...
799
            $topic_uuid   = $this->params()->fromRoute('topic_id');
803
            $topic_uuid   = $this->params()->fromRoute('topic_id');
800
            $urgent   = $this->params()->fromRoute('urgent');
804
            $urgent   = $this->params()->fromRoute('urgent');
801
            $myt_id =  $this->params()->fromRoute('myt_id');
805
            $myt_id =  $this->params()->fromRoute('myt_id');
802
            $hptg_uuid =  $this->params()->fromRoute('hptg_id');
806
            $hptg_uuid =  $this->params()->fromRoute('hptg_id');
Línea 803... Línea -...
803
 
-
 
804
            return new JsonModel([
-
 
805
                'success' => false,
-
 
806
                'data' => 'ERROR_UsssNAUTHORIZED'
807
 
807
            ]);
808
           
808
            if($hptg_uuid){
809
            if($hptg_uuid){
809
                $highPerformanceTeamsGroupsMapper = HighPerformanceTeamsGroupsMapper::getInstance($this->adapter);
810
                $highPerformanceTeamsGroupsMapper = HighPerformanceTeamsGroupsMapper::getInstance($this->adapter);
Línea 810... Línea 811...
810
                $highPerformanceTeamsGroups = $highPerformanceTeamsGroupsMapper->fetchOneByUuid($hptg_uuid);
811
                $highPerformanceTeamsGroups = $highPerformanceTeamsGroupsMapper->fetchOneByUuid($hptg_uuid);