https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31925 --- Comment #48 from Phil Ringnalda <phil@chetcolibrary.org> --- I didn't bring it up because I thought it was new behavior. I brought it up because it's the existing behavior which will impact workflows as a result of this patch. For as long as AutoCreateAuthorities has existed, it has created them ignoring the thesaurus in the bib record. If as one of my fellow catalogers does, you save a bib imported from OCLC and then delete all the headings in it from thesauri we don't use, then no matter which flavor of a heading came first our current install of Koha will create an LC authority record from it, and saving the authority record will at most (if some of the garbage wasn't deleted) change the thesaurus from one we don't use to the one we do use. If this change applies to installs that don't use LinkerConsiderThesaurus as well as those that do, then those installs will have to notice that this bug landed, realize that it will be creating authorities from a thesaurus they don't want, and alter their system to always check the thesaurus for any newly created authority record before touching it. That would leave me having to remember to *always* switch to a different tab, and open up a popup window to be sure that I was looking at the correct space in a multicharacter string for an 'a' to be sure something else hadn't slipped in. I mark ones that I've checked, so I would only have to do that once, but for people who don't, they would need to do that every time. Or work out a way to find every authority record not in the thesaurus they want, and batch change them all, before any time they do any work that might result in saving an authority record. -- You are receiving this mail because: You are watching all bug changes.