Bugzilla – Attachment 177791 Details for
Bug 37883
Add a filter for staff search results to filter by library
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37883: Remove show_local_items from localStorage on logout
Bug-37883-Remove-showlocalitems-from-localStorage-.patch (text/plain), 932 bytes, created by
Lucas Gass (lukeg)
on 2025-02-11 20:55:51 UTC
(
hide
)
Description:
Bug 37883: Remove show_local_items from localStorage on logout
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2025-02-11 20:55:51 UTC
Size:
932 bytes
patch
obsolete
>From 9643895b260d803f73da99bd0042a6b023d2acf4 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Tue, 28 Jan 2025 23:30:32 +0000 >Subject: [PATCH] Bug 37883: Remove show_local_items from localStorage on > logout > >--- > koha-tmpl/intranet-tmpl/prog/js/staff-global.js | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/staff-global.js b/koha-tmpl/intranet-tmpl/prog/js/staff-global.js >index 864239293e2..3f12fbafc45 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/staff-global.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/staff-global.js >@@ -474,6 +474,7 @@ function logOut() { > localStorage.removeItem("patron_search_selections"); > localStorage.removeItem("item_search_selections"); > localStorage.removeItem("copiedPermissions"); >+ localStorage.removeItem("show_local_items"); > > // Remove DataTables states > Object.keys(localStorage).forEach(k => { >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 37883
:
171256
|
171257
|
171261
|
171286
|
171287
|
171289
|
171291
|
171406
|
171407
|
171408
|
171409
|
171410
|
171411
|
176697
|
177306
|
177784
|
177785
|
177786
|
177787
|
177788
|
177789
|
177790
|
177791
|
178772
|
178773
|
178774
|
178775
|
178776
|
178777