[Bug 14180] Make "Always show checkouts immediately" a global setting
24 Oct
2022
24 Oct
'22
11:31 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14180 --- Comment #14 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Marie-Luce Laflamme from comment #13)
The IntranetUserJS syspref work around isn't working in Koha 22.05+ version.
The handling for cookies has changed, this appears to work on master: $(document).ready(function() { if (typeof script !== 'undefined' && Cookies.get("issues-table-load-immediately-" + script) !== "true") { Cookies.set("issues-table-load-immediately-" + script, true, { expires: 365, sameSite: 'Lax' }); } }); -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
1360
Age (days ago)
1360
Last active (days ago)
0 comments
1 participants
participants (1)
-
bugzilla-daemon@bugs.koha-community.org