* Fix bug#50022.

This commit is contained in:
xieqiyu
2024-05-24 15:40:00 +08:00
parent 0980586d86
commit 5f06e39790
+1 -1
View File
@@ -125,7 +125,7 @@ function createBug(event)
});
var link = $.createLink('bug', 'create', $form.data('params') + ',stepIdList=' + stepIdList);
loadPage(link);
openPage(link, 'qa');
$('#runCaseModal').closest('.modal').off('hide.zui.modal');
$('#casesResults').closest('.modal').off('hide.zui.modal');