Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 11013 Rev 11091
Línea 794... Línea 794...
794
        if($request->isGet()) {
794
        if($request->isGet()) {
Línea 795... Línea 795...
795
             
795
             
796
            
796
            
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_uuid');
799
            $topic_uuid   = $this->params()->fromRoute('topic_id');
Línea 800... Línea 800...
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');
Línea 958... Línea 958...
958
        $currentCompany = $currentUserPlugin->getCompany();
958
        $currentCompany = $currentUserPlugin->getCompany();
Línea 959... Línea 959...
959
 
959
 
960
        $request = $this->getRequest();
960
        $request = $this->getRequest();
Línea 961... Línea 961...
961
        if($request->isGet()) {
961
        if($request->isGet()) {
Línea 962... Línea 962...
962
            
962
            
963
            $feed_uuid =  $this->params()->fromRoute('feed_uuid');
963
            $feed_uuid =  $this->params()->fromRoute('feed_id');
964
           
964
           
965
            if(!isset($feed_uuid)){
965
            if(!isset($feed_uuid)){
Línea 984... Línea 984...
984
                return new JsonModel($data);
984
                return new JsonModel($data);
985
            }        
985
            }        
Línea 986... Línea 986...
986
 
986
 
Línea 987... Línea 987...
987
            if($feed->type=='hptg'){
987
            if($feed->type=='hptg'){
988
 
988
 
Línea 989... Línea 989...
989
                $group_uuid =  $this->params()->fromRoute('group_uuid');
989
                $group_uuid =  $this->params()->fromRoute('group_id');
Línea 990... Línea 990...
990
                $topic_uuid   = $this->params()->fromRoute('topic_uuid');
990
                $topic_uuid   = $this->params()->fromRoute('topic_id');
991
 
991