* [bug#57936,done,0.2h] fix bug.

This commit is contained in:
sunguangming
2024-12-19 09:56:14 +08:00
committed by 刘刚
parent 5b93d51b21
commit e6ddfe4f00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ $config->bug->dtable->fieldList['branch']['sortType'] = true;
$config->bug->dtable->fieldList['project']['title'] = $lang->bug->project;
$config->bug->dtable->fieldList['project']['type'] = 'text';
$config->bug->dtable->fieldList['project']['group'] = 3;
$config->bug->dtable->fieldList['project']['dataSource'] = array('module' => 'project', 'method' => 'getPairs');
$config->bug->dtable->fieldList['project']['dataSource'] = array('module' => 'project', 'method' => 'getPairs', 'params' => ['ignoreVision' => false]);
$config->bug->dtable->fieldList['project']['sortType'] = true;
$config->bug->dtable->fieldList['execution']['title'] = $lang->bug->execution;