C4::Heading::preferred_authorities seems to be not used for ages (maybe never used?) [and the call to _search inside preferred_authorities does not conform to the prototype -- missing $self in the parameter list]
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>