Skip to content
Snippets Groups Projects
Commit 9451db38 authored by Douwe Maan's avatar Douwe Maan
Browse files

Merge branch 'rs-issue-4032' into 'master'

Fix note polling

Closes #4032

See merge request !2084
parents 2b4a3bc5 118d9690
No related branches found
No related tags found
No related merge requests found
Pipeline #
Loading
Loading
@@ -13,7 +13,8 @@ class Projects::NotesController < Projects::ApplicationController
@notes.each do |note|
notes_json[:notes] << {
id: note.id,
html: note_to_html(note)
html: note_to_html(note),
valid: note.valid?
}
end
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment