This commit is contained in:
zhouxudong
2022-03-31 10:05:31 +08:00
parent 79d9664263
commit fb5a792fee
2 changed files with 0 additions and 5 deletions
-4
View File
@@ -2158,10 +2158,6 @@ class execution extends control
unset($this->lang->kanban->type['bug']);
unset($this->lang->kanban->type['all']);
}
elseif($execution->type == 'stage' and $execution->attribute != 'dev')
{
unset($this->lang->kanban->type['task']);
}
$kanbanGroup = $this->kanban->getExecutionKanban($executionID, $browseType, $groupBy);
if(empty($kanbanGroup))