* Finish task #115034.

This commit is contained in:
liumengyi
2024-04-10 17:13:10 +08:00
parent 6a42efefb9
commit 9efdceed64
4 changed files with 14 additions and 6 deletions
+1 -1
View File
@@ -690,7 +690,7 @@ window.searchCards = function(value, order)
window.changeStoryProduct = function()
{
const productID = $('#batchCreateStory [name=productName]').val();
if(productID) $('#batchCreateStoryButton').attr('href', $.createLink('story', 'batchCreate', 'productID=' + productID + '&branch=&moduleID=0&storyID=0&executionID=' + executionID));
if(productID) $('#batchCreateStoryButton').attr('href', $.createLink('story', 'batchCreate', 'productID=' + productID + '&branch=0&moduleID=0&storyID=0&executionID=' + executionID));
};
window.changeBugProduct = function()
+1 -1
View File
@@ -354,7 +354,7 @@ modal
(
setClass('primary'),
setID('batchCreateStoryButton'),
set::url(createLink('story', 'batchCreate', 'productID=' . key($productNames) . '&branch=moduleID=0&storyID=0&executionID=' . $executionID)),
set::url(createLink('story', 'batchCreate', 'productID=' . key($productNames) . '&branch=0&moduleID=0&storyID=0&executionID=' . $executionID)),
set('data-toggle', 'modal'),
set('data-dismiss', 'modal'),
set('data-size', 'lg'),