From: Jason Etheridge Date: Mon, 22 May 2023 14:14:03 +0000 (-0400) Subject: make sure all columns are retrieved even when not displayed; fix title and bib id... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6e9005deeeab6ba8ea0cb64f3c3b4447f30c44f4;p=working%2FEvergreen.git make sure all columns are retrieved even when not displayed; fix title and bib id cell templates for attempts 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 e7f7479ce7..e3c96b85ed 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 @@ -6,14 +6,14 @@ - - {{r.url.item().target_biblio_record_entry().id()}} + + {{r['url.item.target_biblio_record_entry.id']}} - - {{r.url.item().target_biblio_record_entry().simple_record().title()}} + + {{r['url.item.target_biblio_record_entry.simple_record.title']}} @@ -29,22 +29,30 @@ [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 23deba8c53..25dacee0b0 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 @@ -87,6 +87,7 @@ export class LinkCheckerAttemptsComponent implements OnInit { this.initDataSource(); this.gridSelectionChange( [] ); + console.log('phasefx',this); } gridSelectionChange(keys: string[]) { diff --git a/Open-ILS/src/eg2/src/app/staff/cat/linkchecker/linkchecker.component.html b/Open-ILS/src/eg2/src/app/staff/cat/linkchecker/linkchecker.component.html index 514171192f..7892fa55a2 100644 --- a/Open-ILS/src/eg2/src/app/staff/cat/linkchecker/linkchecker.component.html +++ b/Open-ILS/src/eg2/src/app/staff/cat/linkchecker/linkchecker.component.html @@ -69,6 +69,17 @@ + + + + + + + + + + + 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 b04e837af4..7086c3ed8f 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 @@ -37,12 +37,29 @@ (onClick)="verifySelectedUrls()"> - + - + - + + + + + + + + + + + + + + + + + +