Commit 1322bd78 authored by Douwe Maan's avatar Douwe Maan Committed by Robert Speicher

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

Fix note polling

Closes #4032

See merge request !2084
parent 19daba8a
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment