]> git.evergreen-ils.org Git - Evergreen.git/commit
Simplified Hold Pull List: Fix broken filters
authorLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Fri, 10 Aug 2012 22:14:23 +0000 (18:14 -0400)
committerThomas Berezansky <tsbere@mvlc.org>
Thu, 16 Aug 2012 13:07:51 +0000 (09:07 -0400)
commit84aa229c90747716b1137b697b79936325ed1653
treec9dc045d0a3f374202436d6203aa32540b131f53
parent409c2ebcc648ad32a66ab6d9d2c085744104ae56
Simplified Hold Pull List: Fix broken filters

Only two filterable fields were available, and at least
one didn't even work.

Now we have a few more, and they seem to all work for me in testing.

This problem was reported to me by Thomas Berezansky.

While we're at it, also make sure the list of shelving locations in that
filter dropdown is sorted alphabetically.  This was Kathy Lussier's
request.

Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Signed-off-by: Thomas Berezansky <tsbere@mvlc.org>
Open-ILS/src/templates/circ/hold_pull_list.tt2
Open-ILS/web/js/dojo/openils/widget/AutoFieldWidget.js
Open-ILS/web/js/dojo/openils/widget/FlattenerFilterPane.js
Open-ILS/web/js/dojo/openils/widget/FlattenerGrid.js
Open-ILS/web/js/dojo/openils/widget/PCrudFilterPane.js