From 0cd9d43a7c939b58340c909ee0bcadb300edfd57 Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 3 Jun 2021 16:27:41 +0200 Subject: [PATCH] Fix showing edit buttons when the user does not have the rights to use them --- src/components/input/editor.vue | 6 ++++-- src/services/abstractService.js | 3 +-- src/styles/components/task.scss | 4 ++++ src/views/list/views/Kanban.vue | 2 +- src/views/tasks/TaskDetailView.vue | 7 +++++-- 5 files changed, 15 insertions(+), 7 deletions(-) diff --git a/src/components/input/editor.vue b/src/components/input/editor.vue index d016466d3..0334bac6b 100644 --- a/src/components/input/editor.vue +++ b/src/components/input/editor.vue @@ -34,11 +34,13 @@

{{ emptyText }} - Edit. +