* Correct code to meet devel standard after CR.
This commit is contained in:
@@ -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';
|
||||
|
||||
@@ -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';
|
||||
|
||||
@@ -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';
|
||||
|
||||
@@ -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';
|
||||
|
||||
@@ -407,4 +407,4 @@ $lang->story->categoryList['experience'] = '体验';
|
||||
$lang->story->categoryList['improve'] = '改进';
|
||||
$lang->story->categoryList['other'] = '其他';
|
||||
|
||||
$lang->story->sync2Gitlab = '同步到Gitlab';
|
||||
$lang->story->sync2Gitlab = '同步到Gitlab';
|
||||
|
||||
@@ -405,3 +405,5 @@ $lang->story->categoryList['safe'] = '安全';
|
||||
$lang->story->categoryList['experience'] = '體驗';
|
||||
$lang->story->categoryList['improve'] = '改進';
|
||||
$lang->story->categoryList['other'] = '其他';
|
||||
|
||||
$lang->story->sync2Gitlab = '同步到Gitlab';
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user