From 1de39b1cd1bb3ea1ad62b86c46b7b0472a7e3ccd Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 13 Mar 2024 18:16:18 +0100 Subject: [PATCH] fix(quick actions): do not allow creating a task when the current project is a saved filter Resolves https://community.vikunja.io/t/creating-task-on-saved-filter-page-doesnt-save/2127 --- .../components/quick-actions/quick-actions.vue | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/frontend/src/components/quick-actions/quick-actions.vue b/frontend/src/components/quick-actions/quick-actions.vue index 46e47dd80..3779d0c5a 100644 --- a/frontend/src/components/quick-actions/quick-actions.vue +++ b/frontend/src/components/quick-actions/quick-actions.vue @@ -85,7 +85,7 @@