From 646abd69aa32c2e3c97c2c2ab4677a43d2f739f4 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 --- .../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 e3790c5543..ff475a5ddb 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 @@ -115,6 +115,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.20.1