Bug 28835: Fix ability to pass list contents to batch record modification
authorFridolin Somers <fridolin.somers@biblibre.com>
Tue, 10 Aug 2021 09:14:03 +0000 (23:14 -1000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 11 Aug 2021 10:53:54 +0000 (12:53 +0200)
commit9468d8195f72825d809ab75a74c315d566ffc1b8
tree7e031beaa93c674d1059363daac4615122dc78c1
parent2f2e4ecb25be62db403ba39399058c5be8c49fef
Bug 28835: Fix ability to pass list contents to batch record modification

Bug 12759 added the ability to pass list contents to batch record
modification/deletion tools.
Patch Bug 22417 [Restore the 'add to list' feature] removed the fetch
of lists in batch_record_modification.pl I don't understand why.
It still exists in batch_delete_records.pl.

Note that this is needed when first form is displayed.

Test plan :
1) Create a private and a public list of records
2) Open Tools > Batch record modification
3) Check you can use the lists
4) Open Tools > Batch record deletion
5) Check you can use the lists

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
tools/batch_delete_records.pl
tools/batch_record_modification.pl