LP1888723 Remove ref. to nonexistent workstation setting
authorBill Erickson <berickxx@gmail.com>
Mon, 12 Jul 2021 16:53:52 +0000 (12:53 -0400)
committerGalen Charlton <gmc@equinoxOLI.org>
Sun, 15 Aug 2021 23:56:47 +0000 (19:56 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Ruth Frasur <rfrasur@library.in.gov>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Open-ILS/src/eg2/src/app/staff/cat/volcopy/volcopy.service.ts

index 4c37cbd..461a7cf 100644 (file)
@@ -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'
         ]))