[Koha-bugs] [Bug 28353] Regression: Batch item deletion no longer shows which items were not removed

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat May 29 03:06:14 CEST 2021


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

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |david at davidnind.com

--- Comment #8 from David Nind <david at davidnind.com> ---
Testing notes (using koha-testing-docker).

Test plan:
1. Place a hold for an item and note the barcode
2. Check out an item and note the barcode
3. Go to the batch delete item tool (Tools > Catalog > Batch item deletion) 
   and in the barcode list enter:
   . The barcodes from step 1 and 2
   . An invalid barcode (such as 'XYZ'), 
   . A barcode for an item that can be deleted (= not checked out, not on hold)
   and click 'Continue'
5. The batch item deletion page will show this message:
   . 'Warning, the following barcodes were not found:", followed by a list of
barcodes
   (it should list the invalid barcode entered in step 3)
6. Select all the items and click 'Delete selected items'
7. The message says: '1 item(s) deleted'
8. Apply the patch
9. Repeat step 3:
10. The batch item deletion page will show these messages:
    . 'Warning, the following barcodes were not found:", followed by a list of
barcodes
    - "Warning, the following items cannot be deleted:", followed by a list of
barcodes
11. Click 'Delete selected items", the resulting mesage says '1 item(s)
deleted'
12. Sign off!

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


More information about the Koha-bugs mailing list