From f450b03f1161cd29f4d651653b10c1816da483e0 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 12 May 2021 11:46:01 -0400 Subject: [PATCH] LP1941764 Import from queue propagate form inputs When importing records from an existing Vandelay queue, ensure the selected queue, its match set, its match bucket, and its holdings import profile are propagated into the import form. Signed-off-by: Bill Erickson Signed-off-by: Christine Morgan Signed-off-by: Galen Charlton --- .../app/staff/cat/vandelay/import.component.html | 2 + .../src/app/staff/cat/vandelay/import.component.ts | 56 ++++++++++++++++++---- 2 files changed, 50 insertions(+), 8 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/staff/cat/vandelay/import.component.html b/Open-ILS/src/eg2/src/app/staff/cat/vandelay/import.component.html index 2882bc55d8..ec2fa75dd1 100644 --- a/Open-ILS/src/eg2/src/app/staff/cat/vandelay/import.component.html +++ b/Open-ILS/src/eg2/src/app/staff/cat/vandelay/import.component.html @@ -79,6 +79,7 @@
this.applyImportSelection()); + } this.loadStartupData(); } -- 2.11.0