Don't show a success message if it is obvious the action has been successful

This commit is contained in:
kolaente 2020-06-01 00:09:21 +02:00
parent 5a7c07ca4d
commit 25579f5da2
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
9 changed files with 3 additions and 28 deletions

View file

@ -220,7 +220,6 @@
this.taskService.update(this.taskEditTask)
.then(r => {
this.$set(this, 'taskEditTask', r)
this.success({message: 'The task was successfully updated.'}, this)
this.initTaskFields()
})
.catch(e => {