From 35c279ac59a02fc9656f0917cbda4c597945c203 Mon Sep 17 00:00:00 2001 From: Johanna Raisa Date: Thu, 2 Sep 2021 12:22:51 +0300 Subject: [PATCH] Bug 28236: Allow access to json files from apache config 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 JD Amended patch: replace tab characters and reword commit title Signed-off-by: Jonathan Druart --- etc/koha-httpd.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/koha-httpd.conf b/etc/koha-httpd.conf index 62b5520afa..a1fef2a814 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