From eee744d34f6e3fa977c39c61911c98146048ffc4 Mon Sep 17 00:00:00 2001 From: Zavier Banks Date: Thu, 21 Nov 2019 21:20:52 +0000 Subject: [PATCH] Lp# 1849212 OPAC Search Course Reserves Facet I'm currently in the process of adding a new component that will filter the course reserves materials against the queried records. I've added both the html and database querying. All that left is to sort out a few bugs. Signed-off-by: Zavier Banks --- Open-ILS/examples/fm_IDL.xml | 2 +- .../src/templates/opac/parts/advanced/search.tt2 | 20 +++++++ Open-ILS/web/js/ui/default/opac/copyloc.js | 66 +++++++++++++++++++++- 3 files changed, 84 insertions(+), 4 deletions(-) diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml index e5b9f196e6..f2e9dc7f46 100644 --- a/Open-ILS/examples/fm_IDL.xml +++ b/Open-ILS/examples/fm_IDL.xml @@ -3093,7 +3093,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA - + diff --git a/Open-ILS/src/templates/opac/parts/advanced/search.tt2 b/Open-ILS/src/templates/opac/parts/advanced/search.tt2 index 7ac166dba9..b193c25c78 100644 --- a/Open-ILS/src/templates/opac/parts/advanced/search.tt2 +++ b/Open-ILS/src/templates/opac/parts/advanced/search.tt2 @@ -2,6 +2,7 @@ PROCESS "opac/parts/misc_util.tt2"; PROCESS get_library; %] +