[openstreetmap/openstreetmap-website] Move changeset show action to changesets controller (PR #4552)
Anton Khorev
notifications at github.com
Fri Mar 1 07:51:27 UTC 2024
@AntonKhorev commented on this pull request.
> @@ -147,7 +147,7 @@ def test_permalink
get permalink_path(:code => "wBz3--", :changeset => 4)
assert_response :redirect
- assert_redirected_to :controller => :browse, :action => :changeset, :id => 4, :anchor => "map=3/4.8779296875/3.955078125"
+ assert_redirected_to :controller => :changesets, :action => :show, :id => 4, :anchor => "map=3/4.8779296875/3.955078125"
Updated. This change could have been done before too. Same for some other `assert_redirected_to`.
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/4552#discussion_r1508615728
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/4552/review/1910522607 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20240229/daf82f15/attachment.htm>
More information about the rails-dev
mailing list