From: Bill Erickson Date: Thu, 20 Feb 2014 20:05:11 +0000 (-0500) Subject: LP#1053397 staff client MR results paging repair X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3fd258fda0af6cf5cc53c7a87974027d694d6add;p=evergreen%2Fpines.git LP#1053397 staff client MR results paging repair When selecting a record from the list of metarecord constituents, the paging controls (start/previous/next/end) within the staff client should page through the constiuents, not the original search. Signed-off-by: Bill Erickson Signed-off-by: Mike Rylander Signed-off-by: Dan Wells --- 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 b2098bdbfa..57e0bfb5e6 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm @@ -383,7 +383,7 @@ sub load_rresults { } } - if ($metarecord and !$internal) { + if ($metarecord) { # TODO: other limits, like SVF/format, etc. $self->timelog("Getting metarecords to records");