* [bug#54661,done,0.3h] If the requirement type is software requirements, then the delivered stage needs to be removed.

This commit is contained in:
hufangzhou
2024-08-29 11:10:12 +08:00
committed by 唐胡成
parent 1f21ebf32e
commit 60f5ff7d7a
+5 -2
View File
@@ -36,8 +36,11 @@ if(!empty($story->stages) && isset($fields['stage']['options']))
}
}
unset($fields['stage']['options']['delivered']);
unset($fields['stage']['options']['delivering']);
if($story->type == 'story')
{
unset($fields['stage']['options']['delivered']);
unset($fields['stage']['options']['delivering']);
}
if($app->tab == 'product') data('activeMenuID', $story->type);
jsVar('storyType', $story->type);