From 0068277a970859744fb887c7fef5cbeaa693ebf5 Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Wed, 19 Oct 2022 10:54:19 -0400 Subject: [PATCH] LP1970476 Where filter in Bootstrap Catalog Produces Unwanted Results Prior to this change, the Advanced Search page split the library selector and the "Where" scope selector into two separate dropdown lists that produced unexpected results when both were used. This change uses the same approach as the combined dropdown on the Basic search page instead. Signed-off-by: Terran McCanna --- Open-ILS/src/templates-bootstrap/opac/parts/advanced/search.tt2 | 6 +++--- Open-ILS/src/templates-bootstrap/opac/parts/config.tt2 | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Open-ILS/src/templates-bootstrap/opac/parts/advanced/search.tt2 b/Open-ILS/src/templates-bootstrap/opac/parts/advanced/search.tt2 index f22c7ff3d5..df4d377070 100755 --- a/Open-ILS/src/templates-bootstrap/opac/parts/advanced/search.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/parts/advanced/search.tt2 @@ -5,8 +5,8 @@