| Summary: | Use $9 in GetMarcSeries to build search link | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Julian Maurice <julian.maurice> |
| Component: | Cataloging | Assignee: | Bugs List <koha-bugs> |
| Status: | CLOSED INVALID | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | jonathan.druart, m.de.rooy |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Crowdfunding committed: | 0 |
| Crowdfunding contact: | Patch complexity: | Small patch | |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Attachments: | Bug 14770: Use $9 in GetMarcSeries to build search link | ||
|
Description
Julian Maurice
2015-09-02 12:42:29 UTC
Created attachment 42220 [details] [review] Bug 14770: Use $9 in GetMarcSeries to build search link The behaviour is the same as in GetMarcAuthors. Also skip $3 subfields if UNIMARC Test plan: 1/ In your MARC framework configure the field 225 (440..490 for MARC21/NORMARC) like this: 1.1/ Add a subfield $9 1.2/ Set an authority link on subfield $a 2/ Create biblio and use the authority plugin to fill field 225 (440..490 for MARC21/NORMARC) 3/ Check on staff and opac detail pages that the series link is like "search.pl?q=an:XXXXX" where XXXXX is the id of the linked authority 4/ Remove the $9 and check the link is like "search.pl?q=se:ABCDEF" where ABCDEF is the value of $a Tests are missing for the changes in C4::Biblio::GetMarcSeries The non-XSLT views have since been removed, marking this invalid. |