X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/9c0582f88fd2ef4e20c6eb922bcd4cb1a04258d5..560e79d0ef241cd0dee4cac9f77bb8bba52d1f5c:/app/views/api/changesets/_changeset.json.jbuilder diff --git a/app/views/api/changesets/_changeset.json.jbuilder b/app/views/api/changesets/_changeset.json.jbuilder index 25b366011..0d76ed90c 100644 --- a/app/views/api/changesets/_changeset.json.jbuilder +++ b/app/views/api/changesets/_changeset.json.jbuilder @@ -23,6 +23,7 @@ json.tags changeset.tags unless changeset.tags.empty? if @include_discussion json.comments(changeset.comments) do |comment| + json.id comment.id json.date comment.created_at.xmlschema if comment.author.data_public? json.uid comment.author.id