Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16947 Rev 16949
Línea 101... Línea 101...
101
            
101
            
102
            
102
            
103
            
103
            
104
            $this->layout()->setTemplate('layout/layout-backend.phtml');
104
            $this->layout()->setTemplate('layout/layout-backend.phtml');
105
            $viewModel = new ViewModel();
105
            $viewModel = new ViewModel();
Línea 106... Línea 106...
106
            
106
            /*
107
            $company = $currentUserPlugin->getCompany();
-
 
-
 
107
            $company = $currentUserPlugin->getCompany();
Línea 108... Línea 108...
108
            if($company) {
108
            if($company) {
Línea 109... Línea 109...
109
                
109
                
110
                $companyMicrolearningUserProgressMapper = CompanyMicrolearningUserProgressMapper::getInstance($this->adapter);
110
                $companyMicrolearningUserProgressMapper = CompanyMicrolearningUserProgressMapper::getInstance($this->adapter);
111
                
111
                $companyMicrolearningUserProgressMapper->fetchCountCapsulesCompletedByIdAndTopicId($user_id, $topic_id)
112
                
112
                
Línea 113... Línea 113...
113
                $viewModel->setTemplate('leaders-linked/dashboard/company.phtml');
113
                $viewModel->setTemplate('leaders-linked/dashboard/company.phtml');
114
                
114
                
115
            } else {
115
            } else {