From 8564f6fe0ec68ac232609636c09347b2d76f3732 Mon Sep 17 00:00:00 2001 From: wangxuepeng Date: Thu, 23 Feb 2023 07:52:27 +0000 Subject: [PATCH] * Fix bug #32166. --- module/testcase/js/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/testcase/js/common.js b/module/testcase/js/common.js index cd8c6bb607..4d6b6be0e9 100644 --- a/module/testcase/js/common.js +++ b/module/testcase/js/common.js @@ -131,7 +131,7 @@ function setStories() productID = $('#product').val(); branch = $('#branch').val(); if(typeof(branch) == 'undefined') branch = 0; - link = createLink('story', 'ajaxGetProductStories', 'productID=' + productID + '&branch=' + branch + '&moduleID=' + moduleID + '&storyID=0&onlyOption=false&limit=0&type=full&hasParent=1&executionID=' + executionID); + link = createLink('story', 'ajaxGetProductStories', 'productID=' + productID + '&branch=' + branch + '&moduleID=' + moduleID + '&storyID=0&onlyOption=false&status=&limit=0&type=full&hasParent=1&executionID=' + executionID); $.get(link, function(stories) {