| Summary: | C4::Heading::preferred_authorities is not used | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Janusz Kaczmarek <januszop> |
| Component: | Architecture, internals, and plumbing | Assignee: | Janusz Kaczmarek <januszop> |
| Status: | RESOLVED FIXED | QA Contact: | Emily Lamancusa (emlam) <emily.lamancusa> |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | alexbuckley, caroline.cyr-la-rose, david, emily.lamancusa, fridolin.somers, phil |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | Sponsored | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | Trivial patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: |
This removes an unused method 'preferred_authorities' (Return a list of authority records for headings that are a preferred form of the heading).
|
Version(s) released in: |
25.05.00,24.11.03,24.05.08
|
| Circulation function: | |||
| Attachments: |
Bug 38483: C4::Heading::preferred_authorities is not used
Bug 38483: C4::Heading::preferred_authorities is not used Bug 38483: C4::Heading::preferred_authorities is not used |
||
|
Description
Janusz Kaczmarek
2024-11-19 12:20:22 UTC
Created attachment 174787 [details] [review] Bug 38483: C4::Heading::preferred_authorities is not used C4::Heading::preferred_authorities seems to be not used for ages (maybe never used?) Test plan: $ git grep preferred_authorities --> should return nothing Sponsored-by: Ignatianum University in Cracow My production system uses an "authority control" vendor which when given a bib record with the bogus "650 0 ‡aNews‡xMagazine" returned four headings like "610 2 0 ‡aNational Early Warning System for Food Security (Malawi)‡xMagazine" from see-from headings for the acronym NEWS. Happy to see this removed before someone tries to actually use it. Created attachment 174867 [details] [review] Bug 38483: C4::Heading::preferred_authorities is not used C4::Heading::preferred_authorities seems to be not used for ages (maybe never used?) Test plan: $ git grep preferred_authorities --> should return nothing Sponsored-by: Ignatianum University in Cracow Signed-off-by: Phil Ringnalda <phil@chetcolibrary.org> Created attachment 175579 [details] [review] Bug 38483: C4::Heading::preferred_authorities is not used C4::Heading::preferred_authorities seems to be not used for ages (maybe never used?) Test plan: $ git grep preferred_authorities --> should return nothing Sponsored-by: Ignatianum University in Cracow Signed-off-by: Phil Ringnalda <phil@chetcolibrary.org> Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> Looks good, thanks Janusz! Pushed for 25.05! Well done everyone, thank you! Nice work everyone! Pushed to 24.11.x for 24.11.03 Nice work everyone! Pushed to 24.05.x for 24.05.08 I prefer not impact 23.11.x for stability Nothing to add/edit in the manual. |