]> git.koha-community.org Git - koha.git/commit
Bug 26176: Rename AutoLocation to StaffLoginRestrictBranchByIP
authorNick Clemens <nick@bywatersolutions.com>
Tue, 21 May 2024 13:44:47 +0000 (13:44 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Thu, 23 May 2024 15:51:18 +0000 (17:51 +0200)
commit8b2bdf6ee5a18e247e98d67d7e81605cc45542c6
treedb8018947c59cf8f913f8f4ca3a64b9f7200e7c7
parent85735e86f4f927d8e455aec08ef90a1381694059
Bug 26176: Rename AutoLocation to StaffLoginRestrictBranchByIP

This patch sets AutoLocation to be called StaffLoginRestrictBranchByIP.
The new name is chosen to reflect the new pref StaffLoginBranchBasedOnIP.

Also this patch corrects the order of sysprefs in installer file.

To test:
Follow test plans on bug 36665 and bug 35890 and confirm that the preferences
continue to work as expected
Confirm the descriptions of the prefs in the staff interface match the behaviors expected

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
C4/Auth.pm
C4/UsageStats.pm
installer/data/mysql/atomicupdate/bug_26176.pl [new file with mode: 0755]
installer/data/mysql/mandatory/sysprefs.sql
koha-tmpl/intranet-tmpl/prog/en/includes/header.inc
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref
t/db_dependent/Auth.t