From 54661ec8132b44b1a9ab7d18df40a9cb2d71f4dd Mon Sep 17 00:00:00 2001 From: liyuchun Date: Wed, 8 Sep 2021 13:12:19 +0800 Subject: [PATCH] * Finish task #42414. --- module/task/css/batchcreate.css | 4 +++- module/task/view/batchcreate.html.php | 8 ++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/module/task/css/batchcreate.css b/module/task/css/batchcreate.css index 77630ddbbd..c9998a61a5 100644 --- a/module/task/css/batchcreate.css +++ b/module/task/css/batchcreate.css @@ -21,6 +21,8 @@ select[id^="story"] + .picker-single {width: 130px; max-width: 130px;} .chosen-results > li.has-new-task.highlighted {color: #fff;} .c-id {width: 30px;} -.c-module {width: 150px;} +.c-module, .c-desc {width: 150px;} .c-story {width: 200px;} .c-assigned {width: 130px;} +.c-date {width: 120px;} +.c-pri {width: 80px;} diff --git a/module/task/view/batchcreate.html.php b/module/task/view/batchcreate.html.php index dd91695c77..d8ff99104d 100644 --- a/module/task/view/batchcreate.html.php +++ b/module/task/view/batchcreate.html.php @@ -68,10 +68,10 @@ typeAB;?> '>task->assignedTo;?> '>task->estimateAB;?> - '>task->estStarted;?> - '>task->deadline;?> - '>task->desc;?> - '>task->pri;?> + '>task->estStarted;?> + '>task->deadline;?> + '>task->desc;?> + '>task->pri;?> task->getFlowExtendFields(); foreach($extendFields as $extendField) echo "{$extendField->name}";