Merge branch 'sh-stop-loading-issue-discussions' into 'master'
Remove unnecessary loading of discussions in `IssuesController#show` Closes #38034 See merge request gitlab-org/gitlab-ce!14351
This commit is contained in:
commit
706426d527
2 changed files with 5 additions and 3 deletions
|
@ -71,9 +71,6 @@ class Projects::IssuesController < Projects::ApplicationController
|
|||
@noteable = @issue
|
||||
@note = @project.notes.new(noteable: @issue)
|
||||
|
||||
@discussions = @issue.discussions
|
||||
@notes = prepare_notes_for_rendering(@discussions.flat_map(&:notes), @noteable)
|
||||
|
||||
respond_to do |format|
|
||||
format.html
|
||||
format.json do
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Remove unnecessary loading of discussions in `IssuesController#show`
|
||||
merge_request:
|
||||
author:
|
||||
type: fixed
|
Loading…
Reference in a new issue