]> git.evergreen-ils.org Git - working/Evergreen.git/commit
This fixes the checkbox selector in Vandelay's Inspect Queue interface, so you can...
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 7 Jan 2010 16:14:25 +0000 (16:14 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 7 Jan 2010 16:14:25 +0000 (16:14 +0000)
commitcfad644eab57121841de4a10e5a68e4335fdd353
tree641453efc6cf47ba4861824bc3f70a3e0f3c2e91
parent9417579223b8e610ee9aefd5fe048d9f3efaf16c
This fixes the checkbox selector in Vandelay's Inspect Queue interface, so you can, for example, check a specific record in the queue and do Actions ->
Import Selected without the progressmeter hanging with a dojo.byId() is null error.  The formatter for the checkbox column in the table gets called
multiple times for a given row, and the first time it gets called it's using an id of null.  Subsequent calls with a real id replace the HTML generated.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15269 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/web/js/ui/default/vandelay/vandelay.js