]> git.koha-community.org Git - koha.git/commit
Bug 34788: Allow import of file with additional columns
authorMatt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
Tue, 30 Apr 2024 10:27:48 +0000 (10:27 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 10 May 2024 13:19:09 +0000 (15:19 +0200)
commite8763a720c96bbad3e700302845c58f952bd0280
tree1f8d07d3961a43357567128d47e787f8dca90e17
parentd31f453186f035ff9ba22d2bbcc5939ba3010e25
Bug 34788: Allow import of file with additional columns

This patch allows a file with additional columns to be imported. When the file is submitted, the system will enqueue the background job and send back information to the UI that certain columns have been ignored. The data will stil l import as normal but only the standard KBART columns will be parsed and imported

Signed-off-by: Clemens Tubach <clemens.tubach@kit.edu>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Koha/BackgroundJob/ImportKBARTFile.pm
Koha/REST/V1/ERM/EHoldings/Titles/Local.pm
api/v1/swagger/paths/erm_eholdings_titles.yaml
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsLocalTitlesKBARTImport.vue
t/db_dependent/Koha/BackgroundJob/ImportKBARTFile.t