* Fix bug#18456,18393,18392

This commit is contained in:
zenggang
2022-01-17 06:49:36 +00:00
parent be580b4e29
commit 4b0d2e842a
3 changed files with 4 additions and 2 deletions
+1
View File
@@ -258,6 +258,7 @@ class mrModel extends model
{
$MR = fixer::input('post')
->setDefault('jobID', 0)
->setDefault('compileID', 0)
->setDefault('repoID', 0)
->setDefault('removeSourceBranch','0')
->setDefault('needCI', 0)
+2 -1
View File
@@ -133,7 +133,8 @@
<table class="table table-data">
<tbody>
<tr>
<th class="w-90px"><?php echo $lang->job->common;?></th>
<?php $class = in_array($this->app->getClientLang(), array('zh-cn','zh-tw')) ? 'w-90px' : 'w-100px'; ?>
<th class="<?php echo $class; ?>"><?php echo $lang->job->common;?></th>
<td><?php echo $compile->name;?></td>
</tr>
<tr>
+1 -1
View File
@@ -33,7 +33,7 @@ $lang->sonarqube->placeholder->url = "Please fill in the access address of the
$lang->sonarqube->nameRepeatError = "Server name already exists!";
$lang->sonarqube->urlRepeatError = 'Server address already exists!';
$lang->sonarqube->validError = 'Sonarqube user authority authentication failed!';
$lang->sonarqube->validError = 'SonarQube user authority authentication failed!';
$lang->sonarqube->hostError = "Invalid SonarQube service address.";
$lang->sonarqube->confirmDelete = 'Do you want to delete this SonarQube server?';
$lang->sonarqube->confirmDeleteProject = 'Do you want to delete this SonarQube project?';