]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Acq: When invoice-building with embedded search, allow control of results list
authorLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Fri, 5 Oct 2012 22:42:11 +0000 (18:42 -0400)
committerJason Stephenson <jstephenson@mvlc.org>
Fri, 14 Dec 2012 19:03:59 +0000 (14:03 -0500)
commite0e96d831bcb284ba0360cbff43c62ff0a6fd75a
tree3569cf5f946aa23f23cd3efaf6f85f85803359eb
parent4ecd93eccebd159c70cff12cc73f2111735291fa
Acq: When invoice-building with embedded search, allow control of results list

Previously, a results list could accumulate under inconsistent
conditions.  You'd get an accumulating results list if you were pressing
enter after successful searches, but your results lists would clear if
you actually clicked the Search button.  Worse, searches yielding empty
result sets would *appear* to clear your result list, but subsequent
sucessful searches would restore what was there before.

This is the "missing commit" that makes the behavior consistent and
togglable.

Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Open-ILS/src/templates/acq/invoice/view.tt2
Open-ILS/src/templates/acq/search/unified.tt2
Open-ILS/web/js/ui/default/acq/invoice/view.js
Open-ILS/web/js/ui/default/acq/search/unified.js