From be6ff893ddd6302224bb9f5cdf9b8990bd92aee9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=80=A1=E6=A0=8B?= Date: Fri, 24 Dec 2021 09:58:27 +0800 Subject: [PATCH] * finish task #46219. --- module/testcase/js/batchedit.js | 1 + module/testcase/view/batchedit.html.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/module/testcase/js/batchedit.js b/module/testcase/js/batchedit.js index 14220c9659..9df9b0827a 100644 --- a/module/testcase/js/batchedit.js +++ b/module/testcase/js/batchedit.js @@ -43,6 +43,7 @@ function loadBranches(product, branch, caseID) $(function() { removeDitto(); //Remove 'ditto' in first row. + if($('th.c-title').width() < 150) $('th.c-title').width(150); $('#subNavbar li[data-id="testcase"]').addClass('active'); if(hasStory) { diff --git a/module/testcase/view/batchedit.html.php b/module/testcase/view/batchedit.html.php index da3355dbb1..457ed17dd7 100644 --- a/module/testcase/view/batchedit.html.php +++ b/module/testcase/view/batchedit.html.php @@ -53,7 +53,7 @@ '>testcase->module;?> '>testcase->story;?> - testcase->title;?> + testcase->title;?> testcase->type;?> '>testcase->precondition;?> '>testcase->keywords;?>