From 180860150dd124382ab3b69a8d5ff45db96e4b7f Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Fri, 4 Mar 2022 15:38:49 +0000 Subject: [PATCH] Bug 29887: (follow-up) Create a system pref category for Independent branches --- .../en/modules/admin/preferences/admin.pref | 49 ++++++++++--------- 1 file changed, 26 insertions(+), 23 deletions(-) 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 858bbd57be..0c00921c8f 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 @@ -116,59 +116,62 @@ Administration: Pg: PostgreSQL database (not supported) tmp: Temporary files memcached: Memcached server + CAS authentication: - - - "Prevent staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries: " - - pref: IndependentBranches + - "Use CAS for login authentication: " + - pref: casAuthentication default: 0 choices: 1: "Yes" 0: "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 + - "Logout of CAS when logging out of Koha: " + - pref: casLogout default: 0 choices: 1: "Yes" 0: "No" - - - "Prevent staff (but not superlibrarians) from setting or changing their logged in location:" - - pref: IndependentBranchesLoggedInLibrary + - "URL of the Central Authentication Service (CAS) server: " + - pref: casServerUrl + - + - "Version of the CAS server Koha will connect to: " + - pref: casServerVersion + choices: + 2: 'CAS 2 or earlier' + 3: 'CAS 3 or later' + + + Independent branches: + - + - "Prevent staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries: " + - pref: IndependentBranches default: 0 choices: 1: "Yes" 0: "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 transfering items to other libraries: " - - pref: IndependentBranchesTransfers + - "Prevent staff (but not superlibrarians) from viewing and approving/denying patron modification requests for patrons belonging to other libraries: " + - pref: IndependentBranchesPatronModifications default: 0 choices: 1: "Yes" 0: "No" - CAS authentication: - - - "Use CAS for login authentication: " - - pref: casAuthentication + - "Prevent staff (but not superlibrarians) from setting or changing their logged in location:" + - pref: IndependentBranchesLoggedInLibrary default: 0 choices: 1: "Yes" 0: "No" - - - "Logout of CAS when logging out of Koha: " - - pref: casLogout + - "Prevent staff (but not superlibrarians) from transfering items to other libraries: " + - pref: IndependentBranchesTransfers default: 0 choices: 1: "Yes" 0: "No" - - - - "URL of the Central Authentication Service (CAS) server: " - - pref: casServerUrl - - - - "Version of the CAS server Koha will connect to: " - - pref: casServerVersion - choices: - 2: 'CAS 2 or earlier' - 3: 'CAS 3 or later' SSL client certificate authentication: - - "Field to use for SSL client certificate authentication: " -- 2.20.1