Bugzilla – Attachment 169497 Details for
Bug 37374
Place hold button non-responsive for club holds
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37374: Pass CSRF Token
Bug-37374-Pass-CSRF-Token.patch (text/plain), 1.08 KB, created by
Sam Lau
on 2024-07-24 14:48:08 UTC
(
hide
)
Description:
Bug 37374: Pass CSRF Token
Filename:
MIME Type:
Creator:
Sam Lau
Created:
2024-07-24 14:48:08 UTC
Size:
1.08 KB
patch
obsolete
>From 2699fa2c5d0acf3cff55f126f6b18918690e3d91 Mon Sep 17 00:00:00 2001 >From: Sam Lau <samalau@gmail.com> >Date: Wed, 24 Jul 2024 14:47:04 +0000 >Subject: [PATCH] Bug 37374: Pass CSRF Token > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >index 457708dfd4..b3a623381e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >@@ -303,7 +303,7 @@ > <fieldset class="rows"> > <legend>Hold details</legend> > <form action="/api/v1/clubs/[% club.id | html %]/holds" method="post" name="form" id="club-request-form"> >- >+ [% INCLUDE 'csrf-token.inc' %] > [% IF ( multi_hold ) %] > <input type="hidden" name="request" value="any"/> > [% FOREACH biblioloo IN biblioloop %] >-- >2.39.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 37374
:
169315
|
169319
|
169420
|
169497
|
169548