Bug 10558 - Convert records table in manage-marc-import.pl to Ajax DataTable
authorKyle M Hall <kyle@bywatersolutions.com>
Tue, 9 Jul 2013 16:30:58 +0000 (12:30 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 10 Mar 2014 15:46:49 +0000 (15:46 +0000)
commit4d3242163451c429569e1236bc5a32c3b704bd96
treef3227c2b0733c186de6f73b1983e4f435ea6951f
parent15ad3061b2fb11df6ecf5601d5b7d49d7792ba9f
Bug 10558 - Convert records table in manage-marc-import.pl to Ajax DataTable

Some libraries would like to sort by columns for the records of an
import batch. This seems like a good use of Ajax DataTables.

Test plan:
1) Apply this patch
2) Import a record batch into Koha
   a) Use some form of matching
   b) Have some records that will match and some that won't
   c) Have at least 30 records so you can test the pager
3) Verify the new table is functionally equivalent to the old static one

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Tests fine and looks good with the exception of the corrections I put in
a follow-up.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
C4/ImportBatch.pm
koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt
tools/batch_records_ajax.pl [new file with mode: 0755]
tools/manage-marc-import.pl