
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Evergreen ILS". The branch, rel_3_15 has been updated via 10f893c717fbdf4f1901b4d2a4c2fd91b8e4eb22 (commit) from 5fcfc2d173245773666cbfed296dae6ea80ff86e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 10f893c717fbdf4f1901b4d2a4c2fd91b8e4eb22 Author: Jane Sandberg <sandbergja@gmail.com> Date: Mon Jun 30 18:49:05 2025 -0700 LP#1973754: follow-up: ng lint --fix Signed-off-by: Jane Sandberg <sandbergja@gmail.com> diff --git a/Open-ILS/src/eg2/src/app/staff/cat/vandelay/match-set-list.component.ts b/Open-ILS/src/eg2/src/app/staff/cat/vandelay/match-set-list.component.ts index 1e62def37b..66067a0d5e 100644 --- a/Open-ILS/src/eg2/src/app/staff/cat/vandelay/match-set-list.component.ts +++ b/Open-ILS/src/eg2/src/app/staff/cat/vandelay/match-set-list.component.ts @@ -73,10 +73,10 @@ export class MatchSetListComponent implements AfterViewInit { ); this.editDialog.fieldOptions = {mtype:{customValues:[ - {id:'biblio', label:$localize`Bibliographic Records`}, - {id:'serial', label:$localize`Serial Records`}, - {id:'authority', label:$localize`Authority Records`} - ]}}; + {id:'biblio', label:$localize`Bibliographic Records`}, + {id:'serial', label:$localize`Serial Records`}, + {id:'authority', label:$localize`Authority Records`} + ]}}; } orgOnChange(org: IdlObject) { ----------------------------------------------------------------------- Summary of changes: .../eg2/src/app/staff/cat/vandelay/match-set-list.component.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) hooks/post-receive -- Evergreen ILS