]> git.openstreetmap.org Git - rails.git/commit
Switch from 'max_id' to 'before' parameter in history lists
authorAnton Khorev <tony29@yandex.ru>
Sat, 15 Mar 2025 23:05:18 +0000 (02:05 +0300)
committerAnton Khorev <tony29@yandex.ru>
Sat, 15 Mar 2025 23:05:18 +0000 (02:05 +0300)
commitdddb6eba3cee47e14cbafa75048f157f16a27682
tree7835737fdbcf3a22083015d3a7e5a17f034f63d7
parent037be97bf1fd758dfacd7861276f13a629261a59
Switch from 'max_id' to 'before' parameter in history lists

This is to match older/newer pagination that uses 'before' and 'after' parameters.
app/controllers/changesets_controller.rb
app/views/changesets/history.html.erb
app/views/changesets/index.html.erb
test/controllers/changesets_controller_test.rb