From d5d8e21fcf3858566dc0494ab94c3e5a0c6d8519 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 --- etc/koha-httpd.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/koha-httpd.conf b/etc/koha-httpd.conf index 62b5520afab..a1fef2a814d 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.25.1