From 4e299112e04541408928e1632f795ed0bcc79a83 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 17 Sep 2020 11:15:39 -0400 Subject: [PATCH] LP1896081 Repair staff catalog filter expansion error Simplifies an i18n structure that was leading to this error when expanding the staff catalog filters section: ERROR DOMException: Failed to execute 'appendChild' on 'Node': The new child element contains the parent. at EmulatedEncapsulationDomRenderer2.appendChild Signed-off-by: Bill Erickson Signed-off-by: Mary Llewellyn Signed-off-by: Galen Charlton --- .../src/eg2/src/app/staff/catalog/search-form.component.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/staff/catalog/search-form.component.html b/Open-ILS/src/eg2/src/app/staff/catalog/search-form.component.html index 4468d38bd3..61c9829676 100644 --- a/Open-ILS/src/eg2/src/app/staff/catalog/search-form.component.html +++ b/Open-ILS/src/eg2/src/app/staff/catalog/search-form.component.html @@ -207,13 +207,13 @@
-
- +
+ -- 2.11.0