]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1950468: make Replace Barcode from Item Status detect duplicate barcodes
authorGalen Charlton <gmc@equinoxOLI.org>
Wed, 10 Nov 2021 15:06:36 +0000 (10:06 -0500)
committerJane Sandberg <sandbergja@gmail.com>
Wed, 20 Apr 2022 03:38:48 +0000 (20:38 -0700)
commit30a2dccf05b9eb8fdaa329023773796502861cd6
treee3d1f707714df5b37ffc6f9e2499b079dc90c7ee
parent1dfa76d5e677c2d386cc53e1c6cc8ff748b177db
LP#1950468: make Replace Barcode from Item Status detect duplicate barcodes

This patch makes the Replace Barcode action when invoked from
Item Status properly detect and warn if the replacement barcode
is a duplicate of one already found in the system. This is a complement
to the fix for bug 1890498.

To test
-------

[1] Enter an item barcode into Item Status.
[2] Try 'Replace Barcode' from detail view and set the
    replacement barcode to one that is already active in
    Evergreen. Note that the dialog closes without
    updating the barcode or warning about the duplicate and
    that a error is logged in the browser console.
[3] Repeat step 2, but this time from list view. Note
    the problem remains the same.
[4] Apply the patch and repeat steps 2 and 3. Note that
    now the dialog will remain open and will display an
    error message complaining about the duplicate barcode.

Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Signed-off-by: Erica Rohlfs <erica.rohlfs@equinoxOLI.org>
Signed-off-by: Jane Sandberg <sandbergja@gmail.com>
Open-ILS/src/templates/staff/cat/share/t_replace_barcode.tt2
Open-ILS/web/js/ui/default/staff/circ/services/item.js