Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Artur <felipefac@gmail.com>2018-02-14 16:24:08 +0300
committerFelipe Artur <felipefac@gmail.com>2018-02-14 16:24:08 +0300
commitd6baf44b40dc894ef4bb7b9c9d916e4d4436c90b (patch)
tree79613083dfd58bf005fd66c61d16c8398c565d98 /app/controllers/projects
parentebe6b5dcfa4485480a4e1d0b85897987cc5e8a7b (diff)
Add issue link to TODO item
Diffstat (limited to 'app/controllers/projects')
-rw-r--r--app/controllers/projects/discussions_controller.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/projects/discussions_controller.rb b/app/controllers/projects/discussions_controller.rb
index 19fa34c2f50..ee507009e50 100644
--- a/app/controllers/projects/discussions_controller.rb
+++ b/app/controllers/projects/discussions_controller.rb
@@ -27,6 +27,7 @@ class Projects::DiscussionsController < Projects::ApplicationController
# or unresolving discussions. We should remove this behavior
# passing a parameter to DiscussionEntity to return an empty array
# for notes.
+ # Check issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/42853
prepare_notes_for_rendering(discussion.notes, merge_request)
render_json_with_discussions_serializer
else