* Fix bug#18456,18393,18392
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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?';
|
||||
|
||||
Reference in New Issue
Block a user