Allow note html to be regenerated from markdown

This commit is contained in:
egrieff 2019-05-23 14:11:29 +01:00
parent 23ff34e087
commit ae1bc2fd35
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ module Issuable
new_params = {
project: new_entity.project, noteable: new_entity,
note: rewrite_content(new_note.note),
note_html: nil,
created_at: note.created_at,
updated_at: note.updated_at
}