Bugzilla – Attachment 187998 Details for
Bug 38666
Closed stack requests
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38666: Fix CSRF error when cancelling closed stack request
Bug-38666-Fix-CSRF-error-when-cancelling-closed-st.patch (text/plain), 1.10 KB, created by
Julian Maurice
on 2025-10-16 11:16:21 UTC
(
hide
)
Description:
Bug 38666: Fix CSRF error when cancelling closed stack request
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2025-10-16 11:16:21 UTC
Size:
1.10 KB
patch
obsolete
>From ff463ef44e6467338a58a9e5f15fd90537d7cf0b Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Thu, 16 Oct 2025 11:15:45 +0000 >Subject: [PATCH] Bug 38666: Fix CSRF error when cancelling closed stack > request > >--- > koha-tmpl/intranet-tmpl/prog/en/includes/patron-detail-tabs.inc | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-detail-tabs.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-detail-tabs.inc >index aaff86aa9ff..2b8cdf4a384 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-detail-tabs.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-detail-tabs.inc >@@ -203,6 +203,7 @@ > <div id="closed-stack-requests" role="tabpanel" class="tab-pane"> > <form action="/cgi-bin/koha/reserve/modrequest.pl" method="post"> > <input type="hidden" name="from" value="circ" /> >+ [% INCLUDE 'csrf-token.inc' %] > > <table id="closed-stack-requests-table"> > <thead> >-- >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 38666
:
175354
|
175371
|
175372
|
175373
|
178977
|
178978
|
178979
|
179466
|
179467
|
179468
|
180309
|
180310
|
180311
|
180321
|
180322
|
180323
|
180822
|
180823
|
180824
|
187995
|
187996
|
187997
| 187998