LP1779158 Import non-matching saved template repair
authorBill Erickson <berickxx@gmail.com>
Mon, 7 Jan 2019 21:04:41 +0000 (16:04 -0500)
committerBill Erickson <berickxx@gmail.com>
Thu, 31 Jan 2019 16:07:40 +0000 (11:07 -0500)
Fix issue in Vandelay import form templates where template variable name
did not match the form variable name.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/eg2/src/app/staff/cat/vandelay/import.component.ts

index e9eb3f8..e3c2d3d 100644 (file)
@@ -24,7 +24,7 @@ const TEMPLATE_ATTRS = [
     'selectedBibSource',
     'selectedMatchSet',
     'mergeOnExact',
-    'importNonMatch',
+    'importNonMatching',
     'mergeOnBestMatch',
     'mergeOnSingleMatch',
     'autoOverlayAcqCopies',