* Fix bug#50022.

This commit is contained in:
xieqiyu
2024-05-23 14:06:10 +08:00
parent 9c38fd3a44
commit 57fc1bdd08
+1 -1
View File
@@ -56,7 +56,7 @@ function createBug(event)
});
var link = $.createLink('bug', 'create', $form.data('params') + ',stepIdList=' + stepIdList);
loadPage(link);
openPage(link, 'qa');
}
/**