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)
committerFridolin Somers <fridolin.somers@biblibre.com>
Fri, 13 Aug 2021 20:12:45 +0000 (10:12 -1000)
commitddd7398713a393e1ade1cab80c8e757b3b02ce62
treed4752aff478c8d941543a4afc95e8af4d634a597
parentdb13ebf165431c7c1fe298b9887de89d280efd40
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>
(cherry picked from commit 533640b07737ed1e3ecb9dced62672ab3376d7d4)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
tools/batch_delete_records.pl
tools/batch_record_modification.pl