
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, main has been updated via 7425bd671b68a186c9335c23d9074e39da4016fa (commit) from fd5bdc1da02a345394a31c0946ed7336671d1b40 (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 7425bd671b68a186c9335c23d9074e39da4016fa Author: Jane Sandberg <js7389@princeton.edu> Date: Thu Apr 17 09:12:10 2025 -0700 npx ng lint --fix Signed-off-by: Jane Sandberg <js7389@princeton.edu> diff --git a/Open-ILS/src/eg2/src/app/share/dialog/dialog.component.ts b/Open-ILS/src/eg2/src/app/share/dialog/dialog.component.ts index 7dd8cef80e..2ad23d006f 100644 --- a/Open-ILS/src/eg2/src/app/share/dialog/dialog.component.ts +++ b/Open-ILS/src/eg2/src/app/share/dialog/dialog.component.ts @@ -60,7 +60,7 @@ export class DialogComponent implements OnInit { // The modalRef allows direct control of the modal instance. protected modalRef: NgbModalRef = null; - + public focusable: string; constructor( diff --git a/Open-ILS/src/eg2/src/app/staff/cat/volcopy/copy-attrs.component.spec.ts b/Open-ILS/src/eg2/src/app/staff/cat/volcopy/copy-attrs.component.spec.ts index 5db6e60d7d..7fab6df25f 100644 --- a/Open-ILS/src/eg2/src/app/staff/cat/volcopy/copy-attrs.component.spec.ts +++ b/Open-ILS/src/eg2/src/app/staff/cat/volcopy/copy-attrs.component.spec.ts @@ -147,11 +147,11 @@ describe('CopyAttrsComponent', () => { // Also assume that we have no item fields component.batchAttrs = new QueryList(); - //component.saveTemplate(false); + // component.saveTemplate(false); - //expect(component.volcopy.templates[0]).toEqual({callnumber: {prefix: 10}}); + // expect(component.volcopy.templates[0]).toEqual({callnumber: {prefix: 10}}); - //expect(volCopyServiceMock.saveTemplates).toHaveBeenCalled(); + // expect(volCopyServiceMock.saveTemplates).toHaveBeenCalled(); }); }); describe('when multiple fields have changed', () => { @@ -187,7 +187,7 @@ describe('CopyAttrsComponent', () => { component.saveTemplate(component.volcopy.templates[0]); // toHash() - let hashedCallNumber = { + const hashedCallNumber = { ischanged: component.volcopy.templates[0].callnumber.ischanged(), label_class: component.volcopy.templates[0].callnumber.label_class(), prefix: component.volcopy.templates[0].callnumber.prefix(), ----------------------------------------------------------------------- Summary of changes: Open-ILS/src/eg2/src/app/share/dialog/dialog.component.ts | 2 +- .../eg2/src/app/staff/cat/volcopy/copy-attrs.component.spec.ts | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) hooks/post-receive -- Evergreen ILS