From 0043fe9a8feb8bf63085babe772840ce9c2e9917 Mon Sep 17 00:00:00 2001 From: caoyanyi Date: Tue, 8 Feb 2022 06:22:20 +0000 Subject: [PATCH] * Add param to url. --- module/sonarqube/control.php | 1 + module/sonarqube/view/reportview.html.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/module/sonarqube/control.php b/module/sonarqube/control.php index 531c022fcb..215056b83d 100644 --- a/module/sonarqube/control.php +++ b/module/sonarqube/control.php @@ -86,6 +86,7 @@ class sonarqube extends control $this->view->measures = $measures; $this->view->qualitygate = $qualitygate; $this->view->projectName = $projectName; + $this->view->sonarqubeID = $job->sonarqubeServer; $this->display(); } diff --git a/module/sonarqube/view/reportview.html.php b/module/sonarqube/view/reportview.html.php index 759585a669..48525c85f5 100644 --- a/module/sonarqube/view/reportview.html.php +++ b/module/sonarqube/view/reportview.html.php @@ -19,7 +19,7 @@

- + projectStatus->status) and $qualitygate->projectStatus->status != 'NONE'):?> sonarqube->qualitygateList, $qualitygate->projectStatus->status);?>