Merge branch 'devops_cyy' into 'devops21'
* Modify onlybody param. See merge request easycorp/zentaopms!1763
This commit is contained in:
@@ -345,7 +345,6 @@ class sonarqube extends control
|
||||
*/
|
||||
public function browseIssue($sonarqubeID, $projectKey = '', $orderBy = 'severity_desc', $recTotal = 0, $recPerPage = 100, $pageID = 1)
|
||||
{
|
||||
unset($_GET['onlybody']);
|
||||
$this->app->loadClass('pager', $static = true);
|
||||
$keyword = fixer::input('post')->setDefault('keyword', '')->get('keyword');
|
||||
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
?>
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<div id='mainContent' class='main-content'>
|
||||
<?php unset($_GET['onlybody']);?>
|
||||
<?php if(empty($measures)): ?>
|
||||
<div class='empty-tip'><?php echo $lang->sonarqube->noReport;?></div>
|
||||
<?php else:?>
|
||||
|
||||
Reference in New Issue
Block a user