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)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 13 Aug 2021 11:37:06 +0000 (07:37 -0400)
commit533640b07737ed1e3ecb9dced62672ab3376d7d4
tree75bbcebfc36d93273173aa82027057d94052bf0d
parent0a2f68248fefe2cbfed96408c0f7a6993a27e126
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>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
tools/batch_delete_records.pl
tools/batch_record_modification.pl