]> git.koha-community.org Git - koha.git/commit
Bug 25709: Rename systempreference to NotesToHide
authorNick Clemens <nick@bywatersolutions.com>
Mon, 6 Jul 2020 17:56:35 +0000 (17:56 +0000)
committerVictor Grousset/tuxayo <victor@tuxayo.net>
Fri, 18 Sep 2020 22:05:47 +0000 (00:05 +0200)
commitf83a71b356c84b2af23b0fcf4e505b17d055b8a7
tree15a7a5ae5ba92c82df3a0980474be0085f01bb84
parentae19b9456a6b974682cad82bb9aa5ea810ec1e86
Bug 25709: Rename systempreference to NotesToHide

In an effort to use more inclusive language we have added a new coding guideline:
https://wiki.koha-community.org/wiki/Coding_Guidelines#TERM3:_Inclusive_Language

This patchset renames a syspref to be clearer and follow the guideline

To test:
1 - Apply patch and updatedatabase
2 - git grep NotesBlacklist
3 - Note all remaining occurrences are translations, db updates, and release notes
4 - Add a field (e.g. '520' ) to the NotesToHide systempreference
5 - View a record with a 520 field on the opac
6 - Confirm the field does not show in the 'Title notes' tab

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit 5e45076c00b2f72537ba9c81c4535253f1aaadfb)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
(cherry picked from commit f00ce94d94b079a9e8e326ea3bad99e5567d93f2)

Signed-off-by: Aleisha Amohia <aleishaamohia@hotmail.com>
(cherry picked from commit aeb39a61bdef62a0cef6413b9cebcd60b83196f9)
Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
C4/Biblio.pm
installer/data/mysql/atomicupdate/rename_preference_NotesToHide.perl [new file with mode: 0644]
installer/data/mysql/sysprefs.sql
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref
t/Biblio/GetMarcNotes.t