Bugzilla – Attachment 150150 Details for
Bug 33597
Get rid of few SameSite warnings
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33597: (follow-up) Two other occurrences for holdfor
Bug-33597-follow-up-Two-other-occurrences-for-hold.patch (text/plain), 1.32 KB, created by
Marcel de Rooy
on 2023-04-24 10:52:17 UTC
(
hide
)
Description:
Bug 33597: (follow-up) Two other occurrences for holdfor
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2023-04-24 10:52:17 UTC
Size:
1.32 KB
patch
obsolete
>From 7e1a30299261d59276ef7a89694217513634bc6f Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Mon, 24 Apr 2023 10:51:15 +0000 >Subject: [PATCH] Bug 33597: (follow-up) Two other occurrences for holdfor >Content-Type: text/plain; charset=utf-8 > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >index 4e22f8a3f1..de65245936 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >@@ -1072,10 +1072,10 @@ > > [% IF borrowernumber and patron %] > if( Cookies.get("holdfor") != [% patron.borrowernumber | html %]){ >- Cookies.remove("holdfor", { path: '/' }); >+ Cookies.remove("holdfor", { path: '/', SameSite; 'Lax' }); > } > [% ELSE %] >- Cookies.remove("holdfor", { path: '/' }); >+ Cookies.remove("holdfor", { path: '/', SameSite; 'Lax' }); > [% END %] > > [% UNLESS ( patron.borrowernumber ) %]window.onload=function(){ $('#findborrower').focus(); };[% END %] >-- >2.30.2
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 33597
:
150148
|
150149
|
150150
|
150151
|
150413
|
150414
|
150415