https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42130

--- Comment #1 from Jonathan Druart <[email protected]> ---
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 } );

From the commit message:
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to