* Fix bug#42445.

This commit is contained in:
xieqiyu
2023-12-28 11:07:09 +08:00
parent 22691e5092
commit 1fcb3f74a8
+1
View File
@@ -97,6 +97,7 @@ $config->story->dtable->fieldList['estimate']['group'] = 5;
$config->story->dtable->fieldList['reviewer']['name'] = 'reviewer';
$config->story->dtable->fieldList['reviewer']['title'] = $lang->story->reviewer;
$config->story->dtable->fieldList['reviewer']['width'] = '100';
$config->story->dtable->fieldList['reviewer']['sortType'] = false;
$config->story->dtable->fieldList['reviewer']['show'] = true;
$config->story->dtable->fieldList['reviewer']['group'] = 5;