summaryrefslogtreecommitdiff
path: root/app/controllers/concerns
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2017-12-18 15:08:34 +0000
committerDouwe Maan <douwe@gitlab.com>2017-12-18 15:08:34 +0000
commitc90415085d4ecf7c71c8474a4ffdb27167ab2c19 (patch)
tree018a3f85ebce5e761254892fdb2406406fff291a /app/controllers/concerns
parent34efcde7d2320d1f66bad0add3303a497a6e43df (diff)
parentef454f68e837e4e7360fe1518686dd56adbbb0a9 (diff)
downloadgitlab-ce-c90415085d4ecf7c71c8474a4ffdb27167ab2c19.tar.gz
Merge branch '40871-todo-notification-count-shows-notification-without-having-a-todo' into 'master'
Resolve "Todo notification count shows notification without having a todo" Closes #40871 See merge request gitlab-org/gitlab-ce!15807
Diffstat (limited to 'app/controllers/concerns')
-rw-r--r--app/controllers/concerns/issuable_actions.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/concerns/issuable_actions.rb b/app/controllers/concerns/issuable_actions.rb
index c3013884369..74a4f437dc8 100644
--- a/app/controllers/concerns/issuable_actions.rb
+++ b/app/controllers/concerns/issuable_actions.rb
@@ -55,7 +55,6 @@ module IssuableActions
def destroy
Issuable::DestroyService.new(issuable.project, current_user).execute(issuable)
- TodoService.new.destroy_issuable(issuable, current_user)
name = issuable.human_class_name
flash[:notice] = "The #{name} was successfully deleted."