From: Bill Erickson Date: Mon, 1 Jun 2020 19:43:02 +0000 (-0400) Subject: LP1881650 Angular catalog deleted record indicators X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2cfc17d06df69502366af9f1d6114f4f45a87480;p=working%2FEvergreen.git LP1881650 Angular catalog deleted record indicators Adds a (Deleted) record indictor to the bib summary component, which appears in various Angular interfaces. Also adds a (Deleted) to the catalog search results. It sits where the Place Hold button would normally go. Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/eg2/src/app/staff/catalog/result/record.component.html b/Open-ILS/src/eg2/src/app/staff/catalog/result/record.component.html index 65209a0b4f..b58dfc5fc6 100644 --- a/Open-ILS/src/eg2/src/app/staff/catalog/result/record.component.html +++ b/Open-ILS/src/eg2/src/app/staff/catalog/result/record.component.html @@ -186,13 +186,18 @@
- - - + + (Deleted) + + + + + +
diff --git a/Open-ILS/src/eg2/src/app/staff/share/bib-summary/bib-summary.component.html b/Open-ILS/src/eg2/src/app/staff/share/bib-summary/bib-summary.component.html index 3fd955888f..cdf211714e 100644 --- a/Open-ILS/src/eg2/src/app/staff/share/bib-summary/bib-summary.component.html +++ b/Open-ILS/src/eg2/src/app/staff/share/bib-summary/bib-summary.component.html @@ -3,6 +3,9 @@
Record Summary + + (Deleted) +