From: Jason Stephenson Date: Wed, 25 Jul 2012 20:41:44 +0000 (-0400) Subject: Make sure that bookbag information loads in MARC expert search. X-Git-Url: http://git.equinoxoli.org/?p=transitory.git;a=commitdiff_plain;h=38b92e1d7cfb5ba9d19dcce72ca0ea2dbdc1eda9 Make sure that bookbag information loads in MARC expert search. Signed-off-by: Jason Stephenson Signed-off-by: Ben Shum Signed-off-by: Dan Scott --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm index 30de8e1..9c14242 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm @@ -673,6 +673,9 @@ sub marc_expert_search { ); $self->timelog("Returned from calling get_records_and_facets() for MARC expert"); + # load temporary_list settings for user and ou: + $self->_load_lists_and_settings if ($self->ctx->{user}); + $self->ctx->{records} = [@data]; return Apache2::Const::OK;