From 75efe2e8b3c176c0dfe64388a7ac38eb11bb2e85 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Thu, 25 Feb 2021 13:33:31 -0500 Subject: [PATCH] Bug 27798: Add warning to IndependentBranches system preference Test Plan: 1) Apply this patch 2) Search system preferences for IndependentBranches 3) Note the warning about changing the setting on a production system Signed-off-by: David Nind Signed-off-by: Marcel de Rooy JD Amended patch: * Fix commit title * Don't split the syspref's description, otherwise the sentence will be split in the POs Signed-off-by: Jonathan Druart (cherry picked from commit fa8a60ddc8ac45404b6159fde5c758e4b0dad60b) Signed-off-by: Fridolin Somers (cherry picked from commit 934e033496d3774edf2522aa1f8d140eb2f0af45) Signed-off-by: Andrew Fuerste-Henry --- .../intranet-tmpl/prog/en/modules/admin/preferences/admin.pref | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref index d2255fdf3f..8df2bce432 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref @@ -109,6 +109,7 @@ Administration: choices: yes: "Yes" no: "No" + - "

Warning: Changing this system preference will radically alter the behavior of Koha. Changing preference on a production system is highly discouraged.

" - - Prevent staff (but not superlibrarians) from viewing and approving/denying patron modification requests for patrons belonging to other libraries. - pref: IndependentBranchesPatronModifications -- 2.39.5