Bug 34788: (QA follow-up)
authorMatt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
Wed, 8 May 2024 14:29:36 +0000 (14:29 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 10 May 2024 13:19:09 +0000 (15:19 +0200)
commitd2820f57d6a738786a243e558e43ba640eaf7165
tree72c3041684ba1b73544e8614ca53fbe0deb8689d
parente8763a720c96bbad3e700302845c58f952bd0280
Bug 34788: (QA follow-up)

This patch fixes a few things:
1) The blue dialog box now clears when navigating away from the page
2) The background job now uses skip_record_index to avoid queuing indexing jobs for every new biblio and instead queues one job at the end
3) Large files that get chunked now successfully create linked biblios if requested
4) Title matching rules have been expanded to check the package ID so that we can have duplicate titles in different packages
5) A link to the package is now included on the job report page

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Koha/BackgroundJob/ImportKBARTFile.pm
Koha/ERM/EHoldings/Title.pm
Koha/REST/V1/ERM/EHoldings/Titles/Local.pm
koha-tmpl/intranet-tmpl/prog/en/includes/background_jobs/import_from_kbart_file.inc
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsLocalTitlesKBARTImport.vue
t/db_dependent/Koha/BackgroundJob/ImportKBARTFile.t