From 190971bd4eda7ee7f96997af10f0e564a2096705 Mon Sep 17 00:00:00 2001 From: Jack Kelliher Date: Tue, 15 Jan 2019 03:24:17 +0000 Subject: [PATCH] Bug 21930: Reworded message on permissions.inc 1. Go to patrons account, more, Set Permissions. 2. Dropdown the Parameters section. 3. Text should display "If not set the logged in user could only edit circulation rules for its the own library (please note that manage_circ_rules is still required)" 4. Apply patch and reload page 5. Text should now display "Edit circulation rules from any library. If not set the logged in user could only edit circulation rules for their own library (please note that manage_circ_rules is still required)" Signed-off-by: David Nind Signed-off-by: Katrin Fischer Signed-off-by: Nick Clemens (cherry picked from commit ae84cf1e7a512ce198e5fe7e0b4dd3930967ba76) Signed-off-by: Martin Renvoize (cherry picked from commit ea8bd52f6dbb6aab6aabb1d9e191b0356ba1a529) Signed-off-by: Jesse Maseto --- koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc index 017ffb918e..c9db9a057a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc @@ -33,6 +33,7 @@ [%- CASE 'overdues_report' -%]Execute overdue items report [%- CASE 'override_renewals' -%]Override blocked renewals [%- CASE 'manage_circ_rules' -%]manage circulation rules + [%- CASE 'manage_circ_rules_from_any_libraries' -%]Edit circulation rules from any library. If not set the logged in user could only edit circulation rules for their own library (please note that manage_circ_rules is still required) [%- CASE 'parameters_remaining_permissions' -%]Remaining system parameters permissions [%- CASE 'edit_borrowers' -%]Add, modify and view patron information [%- CASE 'view_borrower_infos_from_any_libraries' -%]View patron infos from any libraries. If not set the logged in user could only access patron infos from its own library or group of libraries. -- 2.39.5