https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37761 --- Comment #18 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 174644 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=174644&action=edit Bug 37761: Fix redirection on the tabs and buttons To test: - Apply the patch and enable the CurbsidePickup system preference if necessary. - Properly testing requires testing data. You can run this command to REPLACE your curbside pickup data with sample data: bash <(curl -s https://gitlab.com/-/snippets/2572579/raw/main/test_curbside_pickups.sh) - Go to Circulation -> Curbside pickups. - Confirm that the tabs look correct. The first tab should be active by default. - Confirm that the right content is displayed when you click each tab. - Under the "Schedule pickup" tab, search for a patron. - After you submit the search the page should reload and the "Schedule pickup" tab should be open. - Go on each tab and try each button to verify you're staying on the same tab. -- You are receiving this mail because: You are watching all bug changes.