From baef54d83a762617f4357d01a44ba0d1a41b3845 Mon Sep 17 00:00:00 2001 From: James O'Keeffe Date: Thu, 21 Jan 2021 07:21:00 +0000 Subject: [PATCH] Bug 27503: Rename system preference virtualshelves to AllowLists This patch renames virtualshelves to OpacLists Test plan: 1. In Koha Administration, search System preferences for virtualshelves 2. Note the virtualshelves preference 3. Apply the patch and run updatedatabase.pl 4. Search system preferances for virtualshelves, there should be no results 5. Search system preferances for OpacLists 6. ensure that the preferance runs correctly, as if it were virtualshelves. --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref index c0fc56e502..3d57cbab89 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref @@ -360,6 +360,12 @@ OPAC: - "
" - 'NOTE: You must have KohaAdminEmailAddress enabled.' - + - "Allow staff and patrons to create and view saved lists of books in the Opac: " + - pref: OpacLists + choices: + yes: "Yes" + no: "No" + - - pref: opacuserlogin choices: yes: Allow -- 2.11.0