diff --git a/module/sonarqube/control.php b/module/sonarqube/control.php index 85d3b93273..876e035853 100644 --- a/module/sonarqube/control.php +++ b/module/sonarqube/control.php @@ -295,6 +295,7 @@ class sonarqube extends control $this->view->title = $this->lang->sonarqube->common . $this->lang->colon . $this->lang->sonarqube->browseProject; $this->view->sonarqubeID = $sonarqubeID; $this->view->sonarqubeProjectList = (empty($sonarqubeProjectList) or empty($sonarqubeProjectList[$pageID - 1])) ? array() : $sonarqubeProjectList[$pageID - 1]; + $this->view->projectJobPairs = $projectJobPairs; $this->view->orderBy = $orderBy; $this->view->successJobs = $successJobs; diff --git a/module/sonarqube/view/browseproject.html.php b/module/sonarqube/view/browseproject.html.php index 127cd1fc86..4e9173d461 100644 --- a/module/sonarqube/view/browseproject.html.php +++ b/module/sonarqube/view/browseproject.html.php @@ -40,7 +40,7 @@