[openstreetmap/openstreetmap-website] Show tag changes in object history view (PR #6448)

Ian Dees notifications at github.com
Thu Oct 16 01:50:46 UTC 2025


@iandees commented on this pull request.



> +    previous_tags.each do |key, value|
+      unless current_tags.key?(key)
+        changes[key] = { type: :deleted, previous: value }
+      end
+    end

I went with Tom's suggestion in 8b1fb0bf6 as it felt more descriptive.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6448#discussion_r2434350255
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/openstreetmap-website/pull/6448/review/3342814063 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20251015/5b7d0c54/attachment.htm>


More information about the rails-dev mailing list