From 5a12f351487c8f616914043ce8450c2d2e2d1229 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 1 Jun 2020 15:43:02 -0400 Subject: [PATCH] LP1896629 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 Signed-off-by: Mary Llewellyn Signed-off-by: Galen Charlton --- .../catalog/result/record.component.html | 19 ++++++++++++------- .../bib-summary/bib-summary.component.html | 3 +++ 2 files changed, 15 insertions(+), 7 deletions(-) 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 602d768485..3f05d42a49 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 @@ -193,13 +193,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 16426c22ec..a0696e94d2 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) + -- 2.43.2