]> 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:30:24 +0000 (11:30 -0400)
commite8f0c59da3876704fa8a13acf68768e9115023e9
treeebdf53b98bfb685a983300efaee528ef8071b98b
parent1adb00509209c3ebd223701612b1f2692b17e3bc
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