https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24027
--- Comment #25 from Andrew Nugged <[email protected]> --- (In reply to Jonathan Druart from comment #23) About FIRST patch which I just posted – it was "full separate one" and it is the same one, but more clear and proper: I re-created and re-tested/re-described, because: - I now found the real cause (Elasticsearch enabled) why it happens to be tested well, - I also found that "deleteallitems" had the same issue so change also added, - the parameter name (skip_modzebra_update) and propagation down below to "store" made better now - overall rebase (with rework) was needed because old patch used "AddItem" sub which now removed in favor of Koha::Item->...->store. And this first patch had main and most SERIOUS impact on execution speed. (but second patch: ... ) -- 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/
