From: Jason Etheridge Date: Sun, 14 May 2023 06:34:17 +0000 (-0400) Subject: cell links X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e9d23e3d263444045754a596cbb97cb88986f61d;p=working%2FEvergreen.git cell links Signed-off-by: Jason Etheridge --- diff --git a/Open-ILS/src/eg2/src/app/staff/cat/linkchecker/attempts.component.html b/Open-ILS/src/eg2/src/app/staff/cat/linkchecker/attempts.component.html index 902425f179..e7f7479ce7 100644 --- a/Open-ILS/src/eg2/src/app/staff/cat/linkchecker/attempts.component.html +++ b/Open-ILS/src/eg2/src/app/staff/cat/linkchecker/attempts.component.html @@ -5,6 +5,18 @@ + + + {{r.url.item().target_biblio_record_entry().id()}} + + + + + + {{r.url.item().target_biblio_record_entry().simple_record().title()}} + + + @@ -17,7 +29,9 @@ [migrateLegacyFilterSets]="'url_verify'"> - + + + diff --git a/Open-ILS/src/eg2/src/app/staff/cat/linkchecker/attempts.component.ts b/Open-ILS/src/eg2/src/app/staff/cat/linkchecker/attempts.component.ts index 112562519f..23deba8c53 100644 --- a/Open-ILS/src/eg2/src/app/staff/cat/linkchecker/attempts.component.ts +++ b/Open-ILS/src/eg2/src/app/staff/cat/linkchecker/attempts.component.ts @@ -117,5 +117,4 @@ export class LinkCheckerAttemptsComponent implements OnInit { this.grid.context, query, pager, sort); }; } - } diff --git a/Open-ILS/src/eg2/src/app/staff/cat/linkchecker/urls.component.html b/Open-ILS/src/eg2/src/app/staff/cat/linkchecker/urls.component.html index ece88964be..b04e837af4 100644 --- a/Open-ILS/src/eg2/src/app/staff/cat/linkchecker/urls.component.html +++ b/Open-ILS/src/eg2/src/app/staff/cat/linkchecker/urls.component.html @@ -5,6 +5,18 @@ + + + {{r.item.target_biblio_record_entry().id()}} + + + + + + {{r.item.target_biblio_record_entry().simple_record().title()}} + + + @@ -25,7 +37,9 @@ (onClick)="verifySelectedUrls()"> - + + +