Merge branch 'master_xieqiyu_27048' into 'master'

* Fix bug#27048.

See merge request easycorp/zentaopms!5626
This commit is contained in:
王怡栋
2022-09-30 00:29:21 +00:00
+1 -1
View File
@@ -3183,7 +3183,7 @@ class execution extends control
{
$this->project->setMenu($object->id);
}
elseif($object->type == 'sprint' or $object->type == 'stage')
elseif($object->type == 'sprint' or $object->type == 'stage' or $object->type == 'kanban')
{
$this->execution->setMenu($object->id);
}