https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41992
--- Comment #5 from Jonathan Druart <[email protected]> --- Created attachment 194995 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=194995&action=edit Bug 41992: Do not restore pagination offset When "Save configuration state on page change" is enabled, the page number is kept in localStorage and restored. To prevent that we can set the attribute "start" of the state to 0. Test plan: Go on a page with several pages, go to another page than the first one Go the another view and get back Without this patch the last visited page was preserved when returning to the previous view With this patch applied the view now defaults to the first page Note that this does not affect shareable links. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
