Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 11191 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 11191 Rev 11192
Línea 149... Línea 149...
149
                $viewModel->setTemplate('leaders-linked/no-access/index.phtml');
149
                $viewModel->setTemplate('leaders-linked/no-access/index.phtml');
150
                return $viewModel;
150
                return $viewModel;
151
            }
151
            }
Línea 152... Línea 152...
152
    
152
    
153
            $topicMapper = TopicMapper::getInstance($this->adapter);
153
            $topicMapper = TopicMapper::getInstance($this->adapter);
Línea 154... Línea 154...
154
            $topic = $topicMapper->fetchOneByUuid($category_uuid);
154
            $topic = $topicMapper->fetchOneByUuidAndGroupId($category_uuid,$highPerformanceTeamsGroups->id);
155
 
155
 
156
            if(!$topic){
156
            if(!$topic){
157
                $viewModel->setTemplate('leaders-linked/no-access/index.phtml');
157
                $viewModel->setTemplate('leaders-linked/no-access/index.phtml');
Línea 358... Línea 358...
358
                    }
358
                    }
Línea 359... Línea 359...
359
                    
359
                    
360
                    
360
                    
361
                        
361
                        
362
                        $topicMapper = TopicMapper::getInstance($this->adapter);
362
                        $topicMapper = TopicMapper::getInstance($this->adapter);
363
                        $topic = $topicMapper->fetchOneByUuid($category_uuid);
363
                        $topic = $topicMapper->fetchOneByUuidAndGroupId($category_uuid,$highPerformanceTeamsGroups->id);
364
                        if($topic){
364
                        if($topic){
365
                            $feed->topic_id = $topic->id;
365
                            $feed->topic_id = $topic->id;