HyphaApp / hypha

Submission management software for open calls
http://docs.hypha.app/
BSD 3-Clause "New" or "Revised" License
69 stars 38 forks source link

Added tag to generate existing submission view params for pagination #4184

Closed wes-otf closed 1 month ago

wes-otf commented 1 month ago

Fixes #4183. Preserves query params when utilizing pagination options in list/table views.

Test Steps

theskumar commented 1 month ago

@wes-otf After consulting with @frjo on the call today, I went ahead update to code to the existing modify_query template tags which essentially does the same thing that you built, but no new code.

theskumar commented 1 month ago

And added a bit of stylistic update.

wes-otf commented 1 month ago

perfect! I had no idea the modify_query tag existed so this works well