* Correct code to meet devel standard after CR.

This commit is contained in:
dingguodong
2021-07-16 09:04:49 +08:00
parent 0b4279fbba
commit e465c7635d
7 changed files with 22 additions and 15 deletions
+6 -6
View File
@@ -1,12 +1,12 @@
<?php
$config->bug = new stdClass();
$config->bug->batchCreate = 10;
$config->bug->longlife = 7;
$config->bug->removeFields= 'objectTypeList,productList,executionList,gitlabID,gitlabProjectID';
$config->bug->batchCreate = 10;
$config->bug->longlife = 7;
$config->bug->removeFields = 'objectTypeList,productList,executionList,gitlabID,gitlabProjectID';
$config->bug->create = new stdclass();
$config->bug->edit = new stdclass();
$config->bug->resolve = new stdclass();
$config->bug->create = new stdclass();
$config->bug->edit = new stdclass();
$config->bug->resolve = new stdclass();
$config->bug->create->requiredFields = 'title,openedBuild';
$config->bug->edit->requiredFields = $config->bug->create->requiredFields;
$config->bug->resolve->requiredFields = 'resolution';
+2
View File
@@ -405,3 +405,5 @@ $lang->story->categoryList['safe'] = 'Safe';
$lang->story->categoryList['experience'] = 'Experience';
$lang->story->categoryList['improve'] = 'Improve';
$lang->story->categoryList['other'] = 'Other';
$lang->story->sync2Gitlab = 'Mit Gitlab synchronisieren';
+2
View File
@@ -405,3 +405,5 @@ $lang->story->categoryList['safe'] = 'Safe';
$lang->story->categoryList['experience'] = 'Experience';
$lang->story->categoryList['improve'] = 'Improve';
$lang->story->categoryList['other'] = 'Other';
$lang->story->sync2Gitlab = 'Synchroniser avec Gitlab';
+2
View File
@@ -405,3 +405,5 @@ $lang->story->categoryList['safe'] = 'Safe';
$lang->story->categoryList['experience'] = 'Experience';
$lang->story->categoryList['improve'] = 'Improve';
$lang->story->categoryList['other'] = 'Other';
$lang->story->sync2Gitlab = 'Đồng bộ hóa với Gitlab';
+1 -1
View File
@@ -407,4 +407,4 @@ $lang->story->categoryList['experience'] = '体验';
$lang->story->categoryList['improve'] = '改进';
$lang->story->categoryList['other'] = '其他';
$lang->story->sync2Gitlab = '同步到Gitlab';
$lang->story->sync2Gitlab = '同步到Gitlab';
+2
View File
@@ -405,3 +405,5 @@ $lang->story->categoryList['safe'] = '安全';
$lang->story->categoryList['experience'] = '體驗';
$lang->story->categoryList['improve'] = '改進';
$lang->story->categoryList['other'] = '其他';
$lang->story->sync2Gitlab = '同步到Gitlab';
+7 -8
View File
@@ -252,14 +252,13 @@
</td>
</tr>
<?php endif;?>
<?php if(!empty($gitlabProjects)):?>
<tr>
<th><?php echo $lang->story->sync2Gitlab;?></th>
<td><?php echo html::select('gitlab', $gitlabList, '', "class='form-control chosen'");?></td>
<td><?php echo html::select('gitlabProject', '', '', "class='w-50px form-control chosen'");?></td>
</tr>
<?php endif;?>
<?php if(!empty($gitlabProjects)):?>
<tr>
<th><?php echo $lang->story->sync2Gitlab;?></th>
<td><?php echo html::select('gitlab', $gitlabList, '', "class='form-control chosen'");?></td>
<td><?php echo html::select('gitlabProject', '', '', "class='w-50px form-control chosen'");?></td>
</tr>
<?php endif;?>
</tbody>
<tfoot>
<tr>