X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/e660e609661edadc1ed5ad49d6e83e936b2f91cd..6aca6cfabf21da48567e8197457dae8785b7324d:/app/views/note/_note.json.jsonify diff --git a/app/views/note/_note.json.jsonify b/app/views/note/_note.json.jsonify index a6ef9792e..ba9ccd944 100644 --- a/app/views/note/_note.json.jsonify +++ b/app/views/note/_note.json.jsonify @@ -16,6 +16,7 @@ json.properties do json.date comment.created_at json.uid comment.author_id unless comment.author_id.nil? json.user comment.author_name - json.text comment.body + json.action comment.event + json.text comment.body unless comment.body.nil? end end