[Bug 41992] New: Checkout History remembering Last Page
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41992 Bug ID: 41992 Summary: Checkout History remembering Last Page Initiative type: --- Sponsorship --- status: Product: Koha Version: 24.11 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Circulation Assignee: koha-bugs@lists.koha-community.org Reporter: sharon.dugdale@cumbria.gov.uk QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle@bywatersolutions.com When searching the CHECKOUT HISTORY of an item that has numerous pages, whichever page is the last one looked at on screen, KOHA remembers and the next time the checkout history is looked at on the same or a different item,that last page viewed is the page it opens, not page 1. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41992 --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- As a workwound, you can try to remove the checkbox "Save configuration state on page change: " from the checkoutshistory-table table configuration. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41992 --- Comment #2 from Sharon Dugdale <sharon.dugdale@cumbria.gov.uk> --- Thank you for that suggestion, unfortunately removing the "Save configuration state on page change" has not had any effect. The last page is still remembered. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41992 --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- It would not work immediately, just to make sure: Can you try it out in a private window/new Koha session? (just to make sure the old cookie is not stuck) -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41992 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@gmail.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41992 --- Comment #4 from Sharon Dugdale <sharon.dugdale@cumbria.gov.uk> --- Thanks, I did try numerous times including logging off completely and then logging back in however there was no change in the last page being remembered. would you suggest I leave it over night and see if that makes any difference? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41992 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |jonathan.druart@gmail.com |ity.org | Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41992 --- Comment #5 from Jonathan Druart <jonathan.druart@gmail.com> --- 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.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41992 --- Comment #6 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to Sharon Dugdale from comment #4)
Thanks, I did try numerous times including logging off completely and then logging back in however there was no change in the last page being remembered. would you suggest I leave it over night and see if that makes any difference?
I do confirm that the state is not preserved when the option is disabled in the config, at least on "main". -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41992 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|24.11 |unspecified -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41992 Laura Escamilla <Laura.escamilla@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41992 Laura Escamilla <Laura.escamilla@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #194995|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41992 --- Comment #7 from Laura Escamilla <Laura.escamilla@bywatersolutions.com> --- Created attachment 197104 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=197104&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. Signed-off-by: Laura_Escamilla <laura.escamilla@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41992 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41992 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #197104|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41992 --- Comment #8 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- Created attachment 200195 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=200195&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. Signed-off-by: Laura_Escamilla <laura.escamilla@bywatersolutions.com> Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41992 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch QA Contact|testopia@bugs.koha-communit |lucas@bywatersolutions.com |y.org | CC| |lucas@bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41992 Pedro Amorim (ammopt) <pedro.amorim@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to main Version(s)| |26.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41992 --- Comment #9 from Pedro Amorim (ammopt) <pedro.amorim@openfifth.co.uk> --- Thanks everyone! Pushed to main for 26.11! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41992 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|26.11.00 |26.11.00,26.05.01 released in| | Status|Pushed to main |Pushed to stable -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41992 --- Comment #10 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- Nice work everyone! Pushed to 26.05.x for the upcoming 26.05.01 release. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org