Koha/authorities
Phil Ringnalda 717d132134 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>
(cherry picked from commit b0f53c5aff)
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
2024-07-18 19:25:23 +00:00
..
auth_finder.pl Bug 36379: Fix auth_finder.pl to not expect the op cud-do_search 2024-04-08 15:41:10 +02:00
authorities-home.pl Bug 34478: Manual fix - remove cud from search op - authorities-home 2024-03-01 10:56:44 +01:00
authorities.pl Bug 37127: Authorized value select not working on authority forms 2024-07-18 19:25:23 +00:00
blinddetail-biblio-search.pl
detail-biblio-search.pl
detail.pl
export.pl
merge.pl Bug 34478: Add 'op' to authorities/merge 2024-03-01 10:58:27 +01:00
merge_ajax.pl
ysearch.pl