]> 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:45 +0000 (17:26 -0500)
commitd87ea53f5d55cf4027eac69179577ff5cfa7dde0
tree7e81869bc927d2419a2e28e0e1a5ac7cf5ea6e1e
parent8ed9d9b1f491580278e148f214599fdad02142b1
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