From: Bill Erickson Date: Mon, 7 Jan 2019 21:04:41 +0000 (-0500) Subject: LP1779158 Import non-matching saved template repair X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=667b1c6ddea74f66406eff7abdc184a559a27a99;p=working%2FEvergreen.git 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 --- 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',