* Finish task #115034.
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user