Merge branch 'master_xieqiyu_27048' into 'master'
* Fix bug#27048. See merge request easycorp/zentaopms!5626
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user