Bug 26326: Add Koha Objects for Import Records and Import Record Matches
authorNick Clemens <nick@bywatersolutions.com>
Mon, 31 Aug 2020 16:47:51 +0000 (16:47 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 3 Nov 2021 14:40:52 +0000 (15:40 +0100)
commita78306e63fab948a3c030e7f45a96f364f8e514e
tree8cccc68113eafcca6da5efdb52afc6dd000b3566
parent0205ba1c55bc883298b1973ef6bc122d10179975
Bug 26326: Add Koha Objects for Import Records and Import Record Matches

To test:
1 - Apply patches
2 - Update database
3 - Generate schema files (dbic)
4 - prove -v t/db_dependent/Koha/Import/Records.t
5 - prove -v t/db_dependent/Koha/Import/Record/Matches.t

Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
JD Amended patch: remove unused unset_chosen method

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Koha/Import/Record.pm [new file with mode: 0644]
Koha/Import/Record/Match.pm [new file with mode: 0644]
Koha/Import/Record/Matches.pm [new file with mode: 0644]
Koha/Import/Records.pm [new file with mode: 0644]
Koha/Schema/Result/ImportRecord.pm
Koha/Schema/Result/ImportRecordMatch.pm
installer/data/mysql/atomicupdate/bug_26326.perl [new file with mode: 0644]
installer/data/mysql/kohastructure.sql
t/db_dependent/Koha/Import/Record/Matches.t [new file with mode: 0755]
t/db_dependent/Koha/Import/Records.t [new file with mode: 0755]