From 2f38d907ee0140814a4ed4d06761769a6eb58bdf Mon Sep 17 00:00:00 2001 From: zhangzilong Date: Wed, 2 Mar 2022 09:07:15 +0800 Subject: [PATCH] * Code for task #49297. --- module/execution/js/kanban.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/execution/js/kanban.js b/module/execution/js/kanban.js index a0f6ec0fc3..f9ebc24b0c 100644 --- a/module/execution/js/kanban.js +++ b/module/execution/js/kanban.js @@ -273,7 +273,7 @@ function createColumnCreateMenu(options) if(priv.canBatchCreateBug) { if(productNum > 1) items.push({label: bugLang.batchCreate, url: '#batchCreateBug', 'attrs' : {'data-toggle': 'modal'}}); - else items.push({label: bugLang.batchCreate, url: $.createLink('bug', 'batchcreate', 'productID=' + productID + '&branch=&executionID=' + executionID + '&module=0&extra=laneID=' + laneID + ',columnID=' + col.id, '', true), className: 'iframe', attrs: {'data-width': '90%'}}); + else items.push({label: bugLang.batchCreate, url: $.createLink('bug', 'batchcreate', 'productID=' + productID + '&branch=&executionID=' + executionID + '&module=0&extra=&laneID=' + laneID + '&columnID=' + col.id, '', true), className: 'iframe', attrs: {'data-toggle': 'modal', 'data-width': '90%'}}); } } else if(col.type == 'wait')