diff --git a/module/task/ui/batchcreate.html.php b/module/task/ui/batchcreate.html.php index c7d0ab75a4..bcff0afcfc 100644 --- a/module/task/ui/batchcreate.html.php +++ b/module/task/ui/batchcreate.html.php @@ -99,6 +99,7 @@ if($execution->type == 'kanban') set::items($regionPairs), set::width('180px'), set::ditto(true), + set::required(true), ); $laneItem = formBatchItem( set::name('lane'), @@ -108,6 +109,7 @@ if($execution->type == 'kanban') set::items($lanePairs), set::width('180px'), set::ditto(true), + set::required(true), ); }