From 66b73f669b2d0a97764b021b0fe9e5d403bab550 Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 1 Jun 2020 00:12:13 +0200 Subject: [PATCH] Don't show a success message if it is obvious the action has been successful --- src/components/tasks/gantt-component.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/components/tasks/gantt-component.vue b/src/components/tasks/gantt-component.vue index 628a95fe..3219a3de 100644 --- a/src/components/tasks/gantt-component.vue +++ b/src/components/tasks/gantt-component.vue @@ -333,8 +333,6 @@ } } } - - this.success({message: 'The task was successfully updated.'}, this) }) .catch(e => { this.error(e, this) @@ -369,7 +367,6 @@ this.tasksWithoutDates.push(this.addGantAttributes(r)) this.newTaskTitle = '' this.hideCrateNewTask() - this.success({message: 'The task was successfully created.'}, this) }) .catch(e => { this.error(e, this)