From 65473daa1fe50a753bdb7c5df5f69edb3e5e4b07 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 Signed-off-by: Michele Morgan Signed-off-by: John Amundson Signed-off-by: Jason Stephenson --- 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 @@