https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31925 --- Comment #46 from David Cook <dcook@prosentient.com.au> --- (In reply to Pedro Amorim (ammopt) from comment #45)
Hi guys, confirming Phil's concern from comment 43:
1) Turn on AutoLinkBiblios and AutoCreateAuthorities (leave LinkerConsiderThesaurus off, that's the default). 2) Catalog a new bib record. Give it any title. Add a 650 field: 2nd indicator = 7, subfield a = Zzztestthesaurus, subfield 2 = fast. Save it. 3) Catalog a second new bib record. Give it any title. Add a 650 field: 2nd indicator = blank, subfield a = Zzztestthesaurus, no $2. Save it. 4) Search Authorities for Zzztestthesaurus. There should be exactly one result, meaning both bibs linked to the same authority. 5) Open that authority record and just save it again with no changes. 6) Reopen the second bib record and look at its 650 field. => If the 2nd indicator is now 7 and a $2 fast has appeared, even though you typed neither, that's the bug.
Yeah, no I understand the issue, but that's not unique to this change. I don't think it's relevant. Consider the following: 0) Checkout "main" 1) Turn on AutoLinkBiblios and AutoCreateAuthorities (leave LinkerConsiderThesaurus off, that's the default). 2) Go to /cgi-bin/koha/authorities/authorities.pl?authtypecode=TOPIC_TERM to create a new TOPIC TERM 3) In the 008, change "11-Subject heading system/thesaurus" to "c- Medical subject headings" 4) Change the 150$a to "AwesomeTopic" 5) Create a new bib record with 650$a AwesomeTopic (but don't link it) 6) After saving, review the record and notice that it's been AutoLinked to your AwesomeTopic authority but the indicators are still empty 7) Go back to your authority record (e.g. /cgi-bin/koha/authorities/detail.pl?authid=1730), open it in the editor, click Save 8) Go back to your bib record and note that the 2nd indicator for 650$a AwesomeTopic now includes "2"! So do you see how that updating of bibs from the authority is the same regardless of *how* the authority was created? -- You are receiving this mail because: You are watching all bug changes.