This commit is contained in:
tianshujie
2024-01-22 14:32:49 +08:00
parent 0375dfc2f5
commit 7791c6bae1
+2
View File
@@ -56,7 +56,9 @@ function typeChange(e)
/* If the execution has story list, toggle between hiding and displaying the selection of select test story box. */
if(lifetime != 'ops' && attribute != 'request' && attribute != 'review' && vision != 'lite')
{
$('[name=selectTestStory]').prop('checked', false);
$('[name=selectTestStory]').closest('.checkbox-primary').toggleClass('hidden', result != 'test');
toggleSelectTestStory();
}
}