* Fix bug#13473.

This commit is contained in:
qiyu-xie
2021-07-06 14:14:37 +08:00
parent 001e93c1f9
commit d9fb8d7af0
+1 -1
View File
@@ -107,7 +107,7 @@ $config->story->datatable->fieldList['estimate']['required'] = 'no';
$config->story->datatable->fieldList['stage']['title'] = 'stageAB';
$config->story->datatable->fieldList['stage']['fixed'] = 'no';
$config->story->datatable->fieldList['stage']['width'] = '60';
$config->story->datatable->fieldList['stage']['width'] = '70';
$config->story->datatable->fieldList['stage']['required'] = 'no';
$config->story->datatable->fieldList['openedBy']['title'] = 'openedByAB';