* Fix bug#45312.

This commit is contained in:
xieqiyu
2024-02-04 14:24:22 +08:00
parent fabc09ca24
commit 0f965ae9da
+3 -3
View File
@@ -14,6 +14,6 @@ $config->block->story->dtable->fieldList['estimate'] = array('name' => 'estimate
$config->block->story->dtable->fieldList['stage'] = array('name' => 'stage', 'title' => $this->lang->story->stageAB, 'type' => 'stage', 'sort' => true, 'map' => $lang->story->stageList);
$config->block->story->dtable->short = new stdclass();
$config->block->story->dtable->short->fieldList['id'] = $config->block->story->dtable->fieldList['id'];
$config->block->story->dtable->short->fieldList['title'] = $config->block->story->dtable->fieldList['title'];
$config->block->story->dtable->short->fieldList['status'] = $config->block->story->dtable->fieldList['status'];
$config->block->story->dtable->short->fieldList['id'] = $config->block->story->dtable->fieldList['id'];
$config->block->story->dtable->short->fieldList['title'] = $config->block->story->dtable->fieldList['title'];
$config->block->story->dtable->short->fieldList['pri'] = $config->block->story->dtable->fieldList['pri'];