From 2ee7793126b81d046e599bc24cf19e24dec7dc9a Mon Sep 17 00:00:00 2001 From: mayue Date: Fri, 5 Nov 2021 08:55:33 +0800 Subject: [PATCH] * Fix bug #15690. --- module/testcase/js/common.js | 2 +- module/testcase/view/create.html.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/module/testcase/js/common.js b/module/testcase/js/common.js index 2e1d6ba6c8..2e3d87bf53 100644 --- a/module/testcase/js/common.js +++ b/module/testcase/js/common.js @@ -126,7 +126,7 @@ function setStories() if(typeof(branch) == 'undefined') branch = 0; if(tab == 'execution') { - link = createLink('story', 'ajaxGetExecutionStories', 'executionID=' + executionID + '&productID=' + productID + '&branch= ' + branch + '&moduleID=' + moduleID + '&storyID=0'); + link = createLink('story', 'ajaxGetExecutionStories', 'executionID=' + executionID + '&productID=' + productID + '&branch' + branch + '&moduleID=' + moduleID + '&storyID=0'); } else { diff --git a/module/testcase/view/create.html.php b/module/testcase/view/create.html.php index a8827b6a28..632373f46c 100644 --- a/module/testcase/view/create.html.php +++ b/module/testcase/view/create.html.php @@ -16,7 +16,7 @@ testcase->insertBefore);?> testcase->insertAfter);?> - + app->tab);?>