diff --git a/module/story/js/batchedit.ui.js b/module/story/js/batchedit.ui.js index a66f04e570..212d37a08f 100644 --- a/module/story/js/batchedit.ui.js +++ b/module/story/js/batchedit.ui.js @@ -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)