Bug 32970: Use KohaTable for display of batch item modification results
authorNick Clemens <nick@bywatersolutions.com>
Wed, 15 Feb 2023 15:30:04 +0000 (15:30 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 16 May 2023 13:17:10 +0000 (10:17 -0300)
commit872006005deaf327f698ce33935a5f91bd70b5c9
tree67e54bf26b6dcdfe7f3187cdf92d781db3289f88
parent52d510b1e6517d0920da6c3b44977d6564154e46
Bug 32970: Use KohaTable for display of batch item modification results

This patch updates the code to use KohaTables to provide export of the
batch modification results.

Additionally, searching is added, and the first two columns are made
searchable

To test:
1 - Perform a match item modification on several items
2 - View the results of the background job
3 - Apply patch
4 - Reload page
5 - Note you now have additional controls including 'search' and
  'export'
6 - Test searching and exporting
7 - Confirm all work as expected

Signed-off-by: Laura Escamilla <laura.escamilla@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt
koha-tmpl/intranet-tmpl/prog/js/pages/batchMod.js