https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28160 Bug ID: 28160 Summary: Values from 150$a aren't prefilled in z39.50 search form from an existing authority record Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: MARC Authority data support Assignee: koha-bugs@lists.koha-community.org Reporter: phil@chetcolibrary.org QA Contact: testopia@bugs.koha-community.org Depends on: 11961 For name authorities, when you do a z39.50 search the value of 100$a (or 110$a) is prefilled in the search form, but from a topic/subject authority, the value of 150$a is not prefilled. That's because topic/subject: authorities.tt puts it into the search URL as "&topic=goats" (because GetMandatoryFieldZ3950 in authorities/authorities.pl told it to), but cataloguing/z3950_auth_search.pl expects to find it in &subject=goats. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11961 [Bug 11961] Add a "Z39.50 search" button to the authority creation and modfication forms. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.