Merge branch 'sprint/224_liumengyi_fixissue' into 'master'

* Fix issue #709.

See merge request easycorp/zentaopms!4833
This commit is contained in:
王怡栋
2022-08-08 08:46:11 +00:00
3 changed files with 16 additions and 10 deletions
+1 -1
View File
@@ -1605,7 +1605,7 @@ class kanbanModel extends model
{
$columnData[0]['id'] = 0;
$columnData[0]['type'] = 'story';
$columnData[0]['name'] = zget($this->lang->kanban->orderList, $orderBy, '');
$columnData[0]['name'] = $this->lang->SRCommon;
$columnData[0]['color'] = '#333';
$columnData[0]['limit'] = '-1';
$columnData[0]['laneType'] = $browseType;