From ff2a9524939f49e0e0ee113c31863b7dd6d2a7b7 Mon Sep 17 00:00:00 2001 From: xieqiyu Date: Tue, 28 Jun 2022 09:03:40 +0800 Subject: [PATCH] * Fix bug#24304. --- module/kanban/view/editspace.html.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/kanban/view/editspace.html.php b/module/kanban/view/editspace.html.php index 0e8a03c1d4..292e7f060c 100644 --- a/module/kanban/view/editspace.html.php +++ b/module/kanban/view/editspace.html.php @@ -36,7 +36,7 @@ kanbanspace->team;?>
- + fetch('my', 'buildContactLists');?>
@@ -49,7 +49,7 @@ whitelist;?> - whitelist, 'class="form-control picker-select" multiple');?> + whitelist, 'class="form-control picker-select" multiple data-drop-direction="top"');?>