+ Fix bug #46450, set active menu when batch editing stories in testcase::zeroCase.

This commit is contained in:
liumengyi
2024-03-21 10:54:05 +08:00
parent c08c427f72
commit aa07ca383a
+1
View File
@@ -1,6 +1,7 @@
$(function()
{
$('#mainNavbar .nav .nav-item').find("[href$='" + storyType + "']").addClass('active');
if($.apps.currentCode == 'qa' && $('#mainNavbar .nav .nav-item').find("[href$='" + storyType + "']").length == 0) $('#navbar .nav .nav-item').find("[data-id='testcase']").addClass('active');
});
window.renderRowData = function($row, index, story)