Bug 33632 - Editing a list with multiple pages always returns to first page
Summary: Editing a list with multiple pages always returns to first page
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Lists (show other bugs)
Version: 22.05
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-27 16:45 UTC by Esther Melander
Modified: 2023-04-27 16:45 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Esther Melander 2023-04-27 16:45:10 UTC
When removing items from page 3 of a 10 page list, the user is always returned to page 1 of the list once the browser refreshes the page. The user than has to navigate back to the page of the list they were working on to continuing to work. This is time consuming when working on large lists.

To reproduce:
1. Create a list with enough items to have multiple pages.
2. Navigate to page 3 of the list.
3. Select a few items and remove them from the list.

The user is then returned to page 1 of the list.

It would be nice if the user was returned to the page they were on, which would be page 3 of this example and not page 1.