X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/e22589f946307570cacda4d7afa129f1dcc91bf8..64d41eac67ecdb3622c519cae9db6f9205e59bdc:/app/views/api/changesets/_changeset.json.jbuilder?ds=sidebyside diff --git a/app/views/api/changesets/_changeset.json.jbuilder b/app/views/api/changesets/_changeset.json.jbuilder index f0e461320..7001a95e8 100644 --- a/app/views/api/changesets/_changeset.json.jbuilder +++ b/app/views/api/changesets/_changeset.json.jbuilder @@ -23,13 +23,6 @@ json.tags changeset.tags unless changeset.tags.empty? if @comments json.comments(@comments) do |comment| - json.id comment.id - json.visible comment.visible - json.date comment.created_at.xmlschema - if comment.author.data_public? - json.uid comment.author.id - json.user comment.author.display_name - end - json.text comment.body + json.partial! comment end end