[Koha-bugs] [Bug 34822] BatchUpdateBiblioHoldsQueue should be called once per import batch when using RealTimeHoldsQueue

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 3 13:27:37 CEST 2023


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

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #156231|0                           |1
        is obsolete|                            |

--- Comment #4 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Created attachment 156498
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=156498&action=edit
Bug 34822: Process real time holds along with indexing

Current code already skips indexing when adding record to instead index in a
single call. This patch pdates the code to do the same thing for real time
holds queue updates.

Note: Newly added records do not need to be updated as they won't have holds
yet.

To test:
1 - Have a marc file with several records that match records in your catalog
    You can export part of your catalog to generate one
2 - Set system preference:  RealTimeHoldsQueue to 'enable'
3 - Stage and import file, make sure you are matching and overlaying
4 - Go to Administration->Manage jobs
5 - Note a batch update for each updated record
6 - Apply patch
7 - Repeat
8 - Note a single job added for the entire batch containing only updated
records

Signed-off-by: Sam Lau <samalau at gmail.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

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


More information about the Koha-bugs mailing list