]> git.koha-community.org Git - koha.git/commit
Bug 37127: Authorized value select not working on authority forms
authorPhil Ringnalda <phil@chetcolibrary.org>
Wed, 19 Jun 2024 16:58:18 +0000 (09:58 -0700)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 21 Jun 2024 13:02:49 +0000 (15:02 +0200)
commitb0f53c5affda60ddfe3284d4b272320c02575037
treea17bd54ad0f565bd20873fa3962a42ab7c0d6a58
parentb8614bd579f9e0369b84b5ad9cd1e6a2059d6fc6
Bug 37127: Authorized value select not working on authority forms

Linking an authority subfield to an authorized value just leaves a blank
in the form rather than creating a <select>, because there's a stray cud-
in the type returned from build_authorized_values_list.

Test plan:
 1. Without the patch, Administration - Authority types - Actions menu for
    Default - MARC Structure
 2. Actions menu for 040 - Subfields
 3. Edit subfields - Tab b - Authorized value - set to LANG - Save changes
 4. Authorities - New authority - Default
 5. In 040 tag, click CATALOGING SOURCE to expand the tag
 6. Note that subfield b has a blank space rather than a dropdown menu
 7. Apply patch, restart_all
 8. Authorities - New authority - Default
 9. In 040 tag, click CATALOGING SOURCE to expand the tag
10. Note that subfield b has a dropdown menu listing language names

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
authorities/authorities.pl