From 667b1c6ddea74f66406eff7abdc184a559a27a99 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 7 Jan 2019 16:04:41 -0500 Subject: [PATCH] LP1779158 Import non-matching saved template repair Fix issue in Vandelay import form templates where template variable name did not match the form variable name. Signed-off-by: Bill Erickson Signed-off-by: Dan Wells --- Open-ILS/src/eg2/src/app/staff/cat/vandelay/import.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/eg2/src/app/staff/cat/vandelay/import.component.ts b/Open-ILS/src/eg2/src/app/staff/cat/vandelay/import.component.ts index e9eb3f8e17..e3c2d3ded3 100644 --- a/Open-ILS/src/eg2/src/app/staff/cat/vandelay/import.component.ts +++ b/Open-ILS/src/eg2/src/app/staff/cat/vandelay/import.component.ts @@ -24,7 +24,7 @@ const TEMPLATE_ATTRS = [ 'selectedBibSource', 'selectedMatchSet', 'mergeOnExact', - 'importNonMatch', + 'importNonMatching', 'mergeOnBestMatch', 'mergeOnSingleMatch', 'autoOverlayAcqCopies', -- 2.43.2