From 584c4d7eb5e3124258939e907726dd2f18c2a2a2 Mon Sep 17 00:00:00 2001 From: Aleisha Amohia Date: Thu, 16 Feb 2017 02:14:56 +0000 Subject: [PATCH] Bug 18127: Add batch modified records to an existing list This patch is based off a suggestion from bug 12759 to allow a user to add records to a list after they have been batch modified. To test: 1) Apply 12759 2) Pick a list to modify, go through batch modification process 3) Once the modification is done and successful, there should now be a 'Next' box with options in it 4) Confirm the 'New batch record modification' button takes you back to the start of the process. 5) Repeat step 2 6) Select a list from the dropdown to add your records to 7) Confirm that the correct records show in the pop up window 8) Once saved, go to your lists and confirm unique records were saved to the list 9) Go back to batch record modifications 10) Select Authorities as the record type. Enter an authority id in the record number list. Click Continue 11) Click modify selected records 12) Confirm that there is no dropdown to add to lists (since you can't add authorities to lists) and the link to New batch record modification works as expected. Sponsored-by: Catalyst IT --- .../en/modules/tools/batch_record_modification.tt | 47 +++++++++++++++++++--- tools/batch_record_modification.pl | 8 ++-- 2 files changed, 46 insertions(+), 9 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt index 6620e34..eeff87f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt @@ -8,6 +8,10 @@