From bc1e366750375a24bf10f6c918114dd72819a393 Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 6 Oct 2022 18:03:17 +0200 Subject: [PATCH] fix(tasks): don't allow adding the same assignee multiple times See https://community.vikunja.io/t/task-can-be-assigned-twice-or-more-to-the-same-user/883 --- .../tasks/partials/editAssignees.vue | 52 ++++++++++------- src/stores/tasks.ts | 57 +++++++++++-------- 2 files changed, 64 insertions(+), 45 deletions(-) diff --git a/src/components/tasks/partials/editAssignees.vue b/src/components/tasks/partials/editAssignees.vue index 06ca42d1d..29315269f 100644 --- a/src/components/tasks/partials/editAssignees.vue +++ b/src/components/tasks/partials/editAssignees.vue @@ -28,7 +28,7 @@