From the commit message:
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42130 --- Comment #1 from Jonathan Druart <jonathan.druart@gmail.com> --- The link is done in the DB title_id: 1 biblio_id: 439 However the biblio is indeed not indexed. Because of: commit d2820f57d6a738786a243e558e43ba640eaf7165 Bug 34788: (QA follow-up) Koha/ERM/EHoldings/Title.pm - C4::Biblio::ModBiblio( $record, $self->biblio_id, '' ); + C4::Biblio::ModBiblio( $record, $self->biblio_id, '', { skip_record_index => 1 } ); 2) The background job now uses skip_record_index to avoid queuing indexing jobs for every new biblio and instead queues one job at the end -- You are receiving this mail because: You are watching all bug changes.