]> git.evergreen-ils.org Git - Evergreen.git/commit
LP1813633 TCN search can find deleted records
authorBill Erickson <berickxx@gmail.com>
Tue, 14 May 2019 17:03:35 +0000 (13:03 -0400)
committerBill Erickson <berickxx@gmail.com>
Thu, 16 May 2019 15:37:19 +0000 (11:37 -0400)
commit9c5182acc8860e252024f82b03cb8a09e129ccb5
treeeb4fad54d32fbb7d41c58d6ac81da76e69bd9f0a
parente25a67e3c9c159c858abeb2e1a2855c8fd3bff27
LP1813633 TCN search can find deleted records

As with the XUL client, when performing a bib record TCN search
(Cataloging -> Retrieve Record By TCN), first look for non-deleted
records with the requested TCN.  When none are found, perform a
secondary search for deleted records with the requested TCN.

To test in concerto:

[1] Navigate to Cataloging -> Retrieve Record By TCN
[2] Search for TCN value "10", which is deleted by default in Concerto.
[3] Confirm the deleted record is loaded.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Garry Collum <gcollum@gmail.com>
Open-ILS/web/js/ui/default/staff/cat/catalog/app.js