https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42433
--- Comment #7 from Jonathan Druart <[email protected]> --- (In reply to Caroline Cyr La Rose from comment #6) > Is it normal that Ctrl + F5 doesn't clear the saved state? Yes! localStorage persists across the session. The idea is to let the user decides to hide columns they don't want to see, and keep them hidden next time they see the table. You have to logout to remove localStorage entries. -- You are receiving this mail because: You are the assignee for the bug. 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/
