From 48fb70703202d1e542ab81f41d31058a9a1b19da Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 15 Apr 2021 16:58:48 +0200 Subject: [PATCH] Prevent setting a bucket limit < 0 --- src/views/list/views/Kanban.vue | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/src/views/list/views/Kanban.vue b/src/views/list/views/Kanban.vue index 1a484c0a6..9910f00c7 100644 --- a/src/views/list/views/Kanban.vue +++ b/src/views/list/views/Kanban.vue @@ -51,16 +51,18 @@
@@ -75,7 +77,8 @@ class="dropdown-item" v-tooltip="'All tasks moved into the done bucket will be marked as done automatically. All tasks marked as done from elsewhere will be moved as well.'" > - + Done bucket