From: Christopher Schmidt Date: Sun, 11 May 2008 22:26:11 +0000 (+0000) Subject: spit out whether the changeset is open in the xml X-Git-Tag: live~7740^2~350 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/604f9ddd46fcca6b66e1b5c3da286fcb7b86f864?ds=inline spit out whether the changeset is open in the xml --- diff --git a/app/models/changeset.rb b/app/models/changeset.rb index 9b92c62ea..c9eeb0018 100644 --- a/app/models/changeset.rb +++ b/app/models/changeset.rb @@ -100,6 +100,7 @@ class Changeset < ActiveRecord::Base end el1['created_at'] = self.created_at.xmlschema + el1['open'] = self.open.to_s # FIXME FIXME FIXME: This does not include changes yet! There is # currently no changeset_id column in the tables as far as I can tell,