]> git.koha-community.org Git - koha.git/commit
Bug 29948: OPACAuthorIdentifiersAndInformation
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 14 Mar 2024 08:58:05 +0000 (09:58 +0100)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Mon, 13 May 2024 12:00:10 +0000 (14:00 +0200)
commit40ca270825734e9716871401cabd86414ff4c470
tree40037e02d951aa5e6f33266d34d3eaecfc41e0bb
parent070f720aaeda27ff0d863fe20a3cd60743558167
Bug 29948: OPACAuthorIdentifiersAndInformation

This patch merge the previous patch attempt with the existing OPACAuthorIdentifiers syspref.

It creates a new syspref OPACAuthorIdentifiersAndInformation and remove
OPACAuthorIdentifiers.
"identifiers" become an entry of the new syspref.

Test plan:
Select some entries in OPACAuthorIdentifiersAndInformation
Edit an authority record and enter data in the corresponding subfield
(the list is on the syspref entry)
Go to the biblio detail page or the authority detail page at the OPAC
and notice that the info you selected are correctly displayed.

Sponsored-by: Orex Digital
Signed-off-by: Signed-off-by: Hugo Agud <hagud@orex.es>
Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Koha/Authority.pm
installer/data/mysql/atomicupdate/bug_29948.pl
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref
koha-tmpl/opac-tmpl/bootstrap/en/includes/authority-identifiers.inc [deleted file]
koha-tmpl/opac-tmpl/bootstrap/en/includes/authority-information.inc
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-detail.tt
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt
opac/opac-authoritiesdetail.pl
opac/opac-detail.pl
t/db_dependent/Koha/Authorities.t