Fixed xml method of old way model.
This commit is contained in:
parent
b91b514cf2
commit
b38b2c2d0f
1 changed files with 2 additions and 1 deletions
|
@ -96,8 +96,9 @@ class OldWay < ActiveRecord::Base
|
|||
el1['id'] = self.id.to_s
|
||||
el1['visible'] = self.visible.to_s
|
||||
el1['timestamp'] = self.timestamp.xmlschema
|
||||
el1['user'] = self.user.display_name if self.user.data_public?
|
||||
el1['user'] = self.changeset.user.display_name if self.changeset.user.data_public?
|
||||
el1['version'] = self.version.to_s
|
||||
el1['changeset'] = self.changeset.id.to_s
|
||||
|
||||
self.old_nodes.each do |nd| # FIXME need to make sure they come back in the right order
|
||||
e = XML::Node.new 'nd'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue