diff --git a/module/execution/ui/kanban.html.php b/module/execution/ui/kanban.html.php index be73531dc5..ce90e03d5a 100644 --- a/module/execution/ui/kanban.html.php +++ b/module/execution/ui/kanban.html.php @@ -165,7 +165,7 @@ jsVar('priv', if(!$features['story']) unset($lang->kanban->type['story']); if(!$features['qa']) unset($lang->kanban->type['bug']); -unset($lang->kanban->type['epic'], $lang->kanban->type['requirement']); +unset($lang->kanban->type['epic'], $lang->kanban->type['requirement'], $lang->kanban->type['risk']); $executionItems = array(); foreach($executionList as $childExecution) $executionItems[] = array('text' => $childExecution->name, 'url' => createLink('execution', 'kanban', "kanbanID={$childExecution->id}"));