mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 13:46:11 +10:00
Merge branch 'rs-issue-4032' into 'master'
Fix note polling Closes #4032 See merge request !2084
This commit is contained in:
committed by
Robert Speicher
parent
19daba8a6f
commit
1322bd78cf
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user