* [bug#60175,done,0.2h] fix bug.

This commit is contained in:
sunguangming
2025-02-28 15:40:29 +08:00
committed by 代婷婷
parent f625acccd6
commit fbbd1ffe0d
+1 -1
View File
@@ -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}"));