]> git.evergreen-ils.org Git - Evergreen.git/commit
LP #1092179 FlattenerGrid Filter dialog lead to clobbering grid's base query
authorLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Wed, 19 Dec 2012 16:41:28 +0000 (11:41 -0500)
committerBen Shum <bshum@biblio.org>
Wed, 19 Dec 2012 22:26:38 +0000 (17:26 -0500)
commitf5d27df4111b54367d7f270f7b63d4f8e9db2b92
tree63ae33722cee207fe21a7388df4c6b9539ae840e
parentd4fba307f7714924ef79789a4b327d783959fcbf
LP #1092179 FlattenerGrid Filter dialog lead to clobbering grid's base query

You could see this in the Simplified Hold Pull List interface.  Using
the filter dialog would refresh the grid and populate it with rows
corresponding to your filters, but it would throw away your setting from
the context org dropdown (labeled "Show the pull list for..." there).

FlattenerGrid had a broken mechanism for trying to nicely mix a user's
input from things like context org dropdowns with whatever they put into
the filter dialog, and now that mechanism has been fixed.

This also means a tiny change to the User Event Log interface to react
to the slight change in FlattenerGrid's API.

Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/src/templates/actor/user/event_log.tt2
Open-ILS/src/templates/circ/hold_pull_list.tt2
Open-ILS/web/js/dojo/openils/widget/FlattenerGrid.js