diff --git a/module/project/js/story.js b/module/project/js/story.js index 1a0b6c4bc5..f9290a4e9f 100644 --- a/module/project/js/story.js +++ b/module/project/js/story.js @@ -21,6 +21,7 @@ $(function() $('#module' + moduleID).addClass('active'); $('#product' + productID).addClass('active'); + $('#branch' + branchID).addClass('active'); $(document).on('click', "#storyList tbody tr", function(){showCheckedSummary();}); $(document).on('change', "#storyList :checkbox", function(){showCheckedSummary();}); }); diff --git a/module/project/view/story.html.php b/module/project/view/story.html.php index ab0263df62..156627e13f 100644 --- a/module/project/view/story.html.php +++ b/module/project/view/story.html.php @@ -15,6 +15,7 @@ + project->confirmUnlinkStory)?>