X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/549acfa918c04fa20b3386fece25ce69b3565519..83f78ce64a65981897fadf3dae9217243a07d896:/app/models/changeset.rb diff --git a/app/models/changeset.rb b/app/models/changeset.rb index 502637c2a..1aa1e1fd3 100644 --- a/app/models/changeset.rb +++ b/app/models/changeset.rb @@ -232,6 +232,7 @@ class Changeset < ActiveRecord::Base bbox.to_unscaled.add_bounds_to(el1, "_") if bbox.complete? el1["comments_count"] = comments.length.to_s + el1["changes_count"] = num_changes.to_s if include_discussion el2 = XML::Node.new("discussion")