[Koha-bugs] [Bug 30255] Allow skipping "list" step for record batch modification/deletion

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 9 16:36:21 CET 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30255

--- Comment #1 from David Gustafsson <glasklas at gmail.com> ---
Created attachment 131527
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=131527&action=edit
Bug 30255: Make selection step optional for batch record del/mod

Allow the user to optionally skip the record selection step in
batch record deletion/modification tools and directly enqueue job for
all records.

1) Create a record modification template.
2) Enter some biblionumber(s) in the batch record modification tool form,
   select the record modification template, the "Select records to modify"
   option and proceed to the next step.
3) Verify that records can be selected, proceed to the next step and
   verify that a job has been enqueued for the selected records.
4) Return to the batch record modification form and enter the biblionumbers(s)
   again. Now select "Modify all" and proceed to the next step.
5) Verify that a job has been enqueued for all records.
6) Enter some biblionumber(s) in the batch record deletion tool form,
   select the "Select records to delete" option and proceed to the
   next step.
7) Verify that records can be selected, proceed to the next step and
   verify that a job has been enqueued for the selected records.
8) Return to the batch record deletion form and enter the biblionumbers(s)
   again. Now select "Delete all" and proceed to the next step.
9) Verify that a job has been enqueued for all records.

Sponsored by: Gothenburg University Library

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list