From: Bill Erickson Date: Mon, 12 Jul 2021 16:53:52 +0000 (-0400) Subject: LP1888723 Remove ref. to nonexistent workstation setting X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=07442f7fd2bcc1999b40a564a3c25fb70007aaa1;p=evergreen%2Fpines.git LP1888723 Remove ref. to nonexistent workstation setting Signed-off-by: Bill Erickson Signed-off-by: Ruth Frasur Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/eg2/src/app/staff/cat/volcopy/volcopy.service.ts b/Open-ILS/src/eg2/src/app/staff/cat/volcopy/volcopy.service.ts index 4c37cbd0d3..461a7cf327 100644 --- a/Open-ILS/src/eg2/src/app/staff/cat/volcopy/volcopy.service.ts +++ b/Open-ILS/src/eg2/src/app/staff/cat/volcopy/volcopy.service.ts @@ -87,7 +87,7 @@ export class VolCopyService { // These will come up later -- prefetch. .then(_ => this.serverStore.getItemBatch([ - 'webstaff.cat.copy.templates', + 'cat.copy.templates', 'eg.cat.volcopy.defaults', 'eg.cat.record.summary.collapse' ]))