* Fix bug#27048.

This commit is contained in:
xieqiyu
2022-09-29 08:34:34 +00:00
parent 27d7245fb1
commit 100c4359dd
+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);
}