* [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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user