* [bug#60175,done,0.2h] fix bug.
This commit is contained in:
@@ -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}"));
|
||||
|
||||
Reference in New Issue
Block a user