[Koha-bugs] [Bug 24958] Remember last selected tab in SQL reports

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 20 13:55:00 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24958

Owen Leonard <oleonard at myacpl.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Failed QA                   |Signed Off

--- Comment #8 from Owen Leonard <oleonard at myacpl.org> ---
(In reply to Jonathan Druart from comment #7)
> Should not we use localStorage or sessionStorage instead?

localStorage is not designed for session-only storage, and cookies are. Using
localStorage instead of cookies requires a layer of session management that
isn't necessary with a cookie.

sessionStorage *should* be an option, but it only works for the current tab,
and that limitation is not acceptable.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list