From 5718714ba7956e5738d40b3347e1a31b2fcb1ab4 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 23 Sep 2024 11:03:33 +0200 Subject: [PATCH] Bug 37981: Switch installer/step3.tt form from POST to GET This form does not need to be a POSTed form. Test plan: Drop and recreate the DB and run the web installer. Everything should work, no behaviour change expected. Signed-off-by: Phil Ringnalda Signed-off-by: Pedro Amorim Signed-off-by: Martin Renvoize --- koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt index 412f547ba6..a0c7081036 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt @@ -291,8 +291,7 @@ -
- [% INCLUDE 'csrf-token.inc' %] +

-- 2.39.5