From 0467f1adc0cf3a8c129536ab15a30b7cbc28cce9 Mon Sep 17 00:00:00 2001 From: Pedro Amorim 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" %]

Create a manual ILL request

+ [% INCLUDE 'csrf-token.inc' %]
General details
    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" %]

    Edit a manual ILL request

    + [% INCLUDE 'csrf-token.inc' %]
    General details
      @@ -76,7 +77,7 @@ Cancel
    - + -- 2.39.2