From fa9b9c6bb16f0d96ba587c419c2e322d883dbe8d Mon Sep 17 00:00:00 2001 From: xieqiyu Date: Thu, 30 May 2024 14:08:24 +0800 Subject: [PATCH] * [bug#50359] Change story link. --- module/execution/js/storykanban.ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}; }