https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31925
--- Comment #28 from David Cook <[email protected]> --- (In reply to Phil Ringnalda from comment #27) > (In reply to David Cook from comment #25) > > Ok, so if you try to save a 650 without a value in ind2, you'll get a > > C4::Heading object with a "thesaurus" property of "notdefined". > > And will another bib heading with no ind2 be linked to the heading created > with 008/11 = 'z'? Keep in mind, that's the entire point of this bug, to > create headings which will match what the linker looks for. It might but it's unlikely for any authority database to be full of authorities with 008/11 = 'z', so AutoCreateAuthorities will create a lot of duplicate if these patches were pushed. > Whether a blank indicator in a bib record should link to 'z' or '|' would be > a followup bug that blocks bug 30280, which has been linking to 'z' since > 22.11, which is a fair amount of existing behavior to buck. I did consider the idea of doing a follow-up, but I think that you're a bit mistaken about the existing behaviour. Bug 30280 added the thesaurus code in 22.11.00, but bug 33557 disabled it by default in 22.11.06. As you can see in bug 33557 "Bug 30280 added support for multiple thesauri, however, this is a major change in behavior." So really for many years it has *not* linked to 'z' by default. Bug 31925, as it sits right now, would likely be very disruptive. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
