Bugzilla – Attachment 172728 Details for
Bug 35570
Add a generic master form in ILL
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35570: (QA follow-up): Standard backend: Bug 36243 compatibility
Bug-35570-QA-follow-up-Standard-backend-Bug-36243-.patch (text/plain), 2.08 KB, created by
Tomás Cohen Arazi (tcohen)
on 2024-10-14 14:38:14 UTC
(
hide
)
Description:
Bug 35570: (QA follow-up): Standard backend: Bug 36243 compatibility
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2024-10-14 14:38:14 UTC
Size:
2.08 KB
patch
obsolete
>From c7e5f527aa00960321cd2d95669e3b44192824e4 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Thu, 7 Mar 2024 10:46:48 +0000 >Subject: [PATCH] Bug 35570: (QA follow-up): Standard backend: Bug 36243 > compatibility > >Add FreeForm CSRF fix from https://github.com/PTFS-Europe/koha-ill-freeform/commit/c34be16ba34c840193ed5e043e6736fa0b1cb646 into this work. >This is to keep this work up to date with latest FreeForm's fixes. >--- > Koha/ILL/Backend/intra-includes/create.inc | 1 + > Koha/ILL/Backend/intra-includes/edititem.inc | 3 ++- > 2 files changed, 3 insertions(+), 1 deletion(-) > >diff --git a/Koha/ILL/Backend/intra-includes/create.inc b/Koha/ILL/Backend/intra-includes/create.inc >index 7655644d508..54fc71a866c 100644 >--- a/Koha/ILL/Backend/intra-includes/create.inc >+++ b/Koha/ILL/Backend/intra-includes/create.inc >@@ -16,6 +16,7 @@ > [% IF whole.stage == "form" %] > <h2>Create a manual ILL request</h2> > <form id="create_form" method="POST" action=""> >+ [% INCLUDE 'csrf-token.inc' %] > <fieldset class="rows"> > <legend>General details</legend> > <ol id="general-standard-fields"> >diff --git a/Koha/ILL/Backend/intra-includes/edititem.inc b/Koha/ILL/Backend/intra-includes/edititem.inc >index 58dfb4bcaed..d56d86e0135 100644 >--- a/Koha/ILL/Backend/intra-includes/edititem.inc >+++ b/Koha/ILL/Backend/intra-includes/edititem.inc >@@ -9,6 +9,7 @@ > [% IF whole.stage == "form" %] > <h2>Edit a manual ILL request</h2> > <form id="standard_edit_form" method="POST" action=""> >+ [% INCLUDE 'csrf-token.inc' %] > <fieldset class="rows"> > <legend>General details</legend> > <ol id="general-standard-fields"> >@@ -76,7 +77,7 @@ > <a class="cancel" href="/cgi-bin/koha/ill/ill-requests.pl">Cancel</a> > </fieldset> > <input type="hidden" name="illrequest_id" value="[% whole.value.other.illrequest_id | html %]" /> >- <input type="hidden" name="method" value="edititem" /> >+ <input type="hidden" name="op" value="cud-edititem" /> > <input type="hidden" name="stage" value="form" /> > <input type="hidden" name="backend" value="Standard" /> > </form> >-- >2.47.0
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 35570
:
159942
|
159943
|
159944
|
159946
|
159947
|
160452
|
160457
|
160654
|
160655
|
160656
|
160657
|
160658
|
160659
|
160660
|
160686
|
161519
|
161520
|
161521
|
161522
|
161523
|
161524
|
162894
|
162897
|
162898
|
162899
|
162900
|
162901
|
162902
|
162903
|
162904
|
162905
|
164277
|
164278
|
164279
|
164280
|
164281
|
164282
|
164283
|
164284
|
165204
|
165205
|
165206
|
165207
|
165208
|
165209
|
165210
|
165211
|
165286
|
165287
|
165288
|
165289
|
165290
|
165291
|
165292
|
165293
|
167050
|
167051
|
171312
|
171313
|
171314
|
171315
|
171316
|
171317
|
171318
|
171319
|
171320
|
171321
|
171322
|
171323
|
172218
|
172219
|
172722
|
172723
|
172724
|
172725
|
172726
|
172727
|
172728
|
172729
|
172730
|
172731
|
172732
|
172733
|
172734
|
172735
|
172740
|
172741
|
172742
|
172743
|
172744
|
172745
|
172746
|
172747
|
172748
|
172749
|
172750
|
172751
|
172752
|
172753
|
172780
|
172809
|
172811
|
173916
|
173917
|
173918