* [task#60206,done,0.2h] fix bug.

This commit is contained in:
sunguangming
2025-03-03 16:28:24 +08:00
committed by 田淑杰
parent 6f76bf1a60
commit a96fbf29ae
2 changed files with 12 additions and 3 deletions
+4
View File
@@ -1811,6 +1811,10 @@ class execution extends control
unset($this->lang->kanban->type['bug']);
unset($this->lang->kanban->type['parentStory']);
}
elseif($execution->type == 'stage')
{
unset($this->lang->kanban->type['risk']);
}
elseif(!$features['story'])
{
$browseType = 'task';