[Koha-bugs] [Bug 25265] Elasticsearch - Batch editing items on a biblio can lead to incorrect index

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 12 14:39:02 CEST 2020


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

--- Comment #6 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
It's in store because it was in AddItem and ModItem. So no behaviour changes
expected from bug 23463.

Having it in store make it sure the callers won't forget.
I think the "skip" param can be the best way to go.

The problem is when the param need to be propagated. For instance LostItem is
calling ->store, so LostItem will have to deal with it. We might end up with an
ugly stack of calls passing it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list