Summary: | Searches are shared between sessions | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Architecture, internals, and plumbing | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | major | ||
Priority: | P5 - low | CC: | 1joynelson, aleisha, fridolin.somers, hayleypelham, jonathan.druart, lucas, martin.renvoize, nick, victor |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
20.11.00, 20.05.05, 19.11.11, 19.05.16
|
|
Circulation function: | |||
Bug Depends on: | 25027 | ||
Bug Blocks: | |||
Attachments: |
Bug 26562: Removes 'searches' from localStorage on logout
Bug 26562: [20.05.x] Removes 'searches' from localStorage on logout Bug 26562: [19.11.x] Removes 'searches' from localStorage on logout Bug 26562: [19.05.x] Removes 'searches' from localStorage on logout |
Description
Jonathan Druart
2020-09-29 09:31:36 UTC
Created attachment 110899 [details] [review] Bug 26562: Removes 'searches' from localStorage on logout A user recently logged in will inherit the "searches" item stored in localStorage. To recreate: Log in with user A, do some searches Note that the "searches" item is filled in with the search queries Logout and log in with user B Note that the "searches" item is still there Created attachment 110908 [details] [review] Bug 26562: [20.05.x] Removes 'searches' from localStorage on logout A user recently logged in will inherit the "searches" item stored in localStorage. To recreate: Log in with user A, do some searches Note that the "searches" item is filled in with the search queries Logout and log in with user B Note that the "searches" item is still there Created attachment 110909 [details] [review] Bug 26562: [19.11.x] Removes 'searches' from localStorage on logout A user recently logged in will inherit the "searches" item stored in localStorage. To recreate: Log in with user A, do some searches Note that the "searches" item is filled in with the search queries Logout and log in with user B Note that the "searches" item is still there Created attachment 110910 [details] [review] Bug 26562: [19.05.x] Removes 'searches' from localStorage on logout A user recently logged in will inherit the "searches" item stored in localStorage. To recreate: Log in with user A, do some searches Note that the "searches" item is filled in with the search queries Logout and log in with user B Note that the "searches" item is still there Lucas, Aleisha, Victor, I pushed inadvertently this patch (I wrote it reviewing patches I was going to push and I forget to remove it from the local branch..) I don't think it is worth rushing a security release for that patch, but it would be good to have it in the next ones! I'd like to get a PQA stamp on the patches for stable branches before they are applied. (In reply to Jonathan Druart from comment #6) > I'd like to get a PQA stamp on the patches for stable branches before they > are applied. Consider them stamped Backported to 19.05.x security branch for 19.05.16 Backported to 19.11.x security for 19.11.11 backported to 20.05.x for 20.05.05 |