Bug 20535: ModZebra called with $record with items stripped
authorDavid Gustafsson <david.gustafsson@ub.gu.se>
Fri, 6 Apr 2018 09:15:07 +0000 (11:15 +0200)
committerNick Clemens <nick@bywatersolutions.com>
Thu, 7 Mar 2019 20:49:44 +0000 (20:49 +0000)
commit5ebf1a26dae62651d1749a2df2e54ee6d1af148a
tree1c171378e2d2a5efabdf5b72fdd96c526a25283e
parent926d7c4ba11ad6cd768c884ec4b2dc71d864b64c
Bug 20535: ModZebra called with $record with items stripped

ModZebra called with $record with items stripped in
ModBiblioMarc. Remove $record argument to force
record to be loaded again from database with items
embedded.

How to test:
1) Make sure biblios are indexed (with
   rebuild_elastic_search.pl).
2) Perform a search that will produce a sample result
   containing at least one biblio with items.
3) Edit and save a biblio with items.
4) Perform the same search again, the updated biblio
   should now have no items when viewed in the search
   results (No items).
5) Apply patch.
6) Repeat step 1-3.
7) The updated biblio should now have items when viewed
   in the search results.

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
C4/Biblio.pm