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

--- Comment #7 from Nick Clemens (kidclamp) <[email protected]> ---
Created attachment 170631
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=170631&action=edit
Bug 35466: (follow-up) Go to next if error, add to indexing call if not

Before the previous patch we were indexing with every AddAuthority/ModAuthority
call and I assumed
we were also indexing during the commity, however, it appears we were not. This
patch ensures we push
the record and ids into the arrays for indexing during commit.

Additionally I add a skip to next record on error, to match biblio behaviour.
I also correct a log referring to biblios during authority importing

-- 
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