From 1b96be6ebcea98a954f5f135a6efe08152ada8e4 Mon Sep 17 00:00:00 2001 From: Johanna Raisa Date: Thu, 2 Sep 2021 12:22:51 +0300 Subject: [PATCH] Bug 28236: Selecting database columns for system preferences in standard and dev installs is broken This patch grants json files from koha-tmpl. Otherwise systempreferences won't be able to fetch them. TEST PLAN: 1) Try to set systempreference BorrowerUnwantedField. 2) The modal is empty. 3) Modify Apache configurations like in this patch. 4) Try again set the systempreference. 5) The modal should show list of parameters. Sponsored-by: Koha-Suomi Oy Signed-off-by: Martin Renvoize --- etc/koha-httpd.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/koha-httpd.conf b/etc/koha-httpd.conf index 62b5520afa..f9034979b7 100644 --- a/etc/koha-httpd.conf +++ b/etc/koha-httpd.conf @@ -164,6 +164,9 @@ # Secure internal stuff Require all denied + + Require all granted + -- 2.20.1