diff --git a/module/execution/js/storykanban.ui.js b/module/execution/js/storykanban.ui.js index 36437bf1ce..f69ce8cd41 100644 --- a/module/execution/js/storykanban.ui.js +++ b/module/execution/js/storykanban.ui.js @@ -3,7 +3,7 @@ window.getItem = function(info) if(priv.canViewStory) { info.item.title = `#${info.item.id} ${info.item.title}`; - info.item.titleUrl = $.createLink('story', 'view', `id=${info.item.id}`); + info.item.titleUrl = $.createLink('execution', 'storyView', `id=${info.item.id}&execution=${executionID}`); info.item.titleAttrs = {'data-toggle': 'modal', 'data-size' : 'lg', 'title' : info.item.title}; }