Skip to content

Commit

Permalink
Keep tags when deleting a way
Browse files Browse the repository at this point in the history
  • Loading branch information
dankarran committed Jun 10, 2010
1 parent 76cdaa9 commit f04976d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/models/way.rb
Expand Up @@ -272,7 +272,6 @@ def delete_with_history!(new_way, user)
self.changeset_id = new_way.changeset_id
self.changeset = new_way.changeset

self.tags = []
self.nds = []
self.visible = false
save_with_history!
Expand Down

0 comments on commit f04976d

Please sign in to comment.