]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Acq: the XULTermLoader dijit now returns the first columns of CSV rows
authorsenator <senator@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 13 May 2010 21:07:16 +0000 (21:07 +0000)
committersenator <senator@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 13 May 2010 21:07:16 +0000 (21:07 +0000)
commit5ef3fd0c7a93ea5ca972ff8eddf8b37268f90877
tree410f0e0fc9713cf679ca9dd932c4790851b295e4
parenta7373446ee8fada449fb391bd2c83841163f97a5
Acq: the XULTermLoader dijit now returns the first columns of CSV rows

Could be improved later to allow more control over what data you get back,
but it works fine for the current uses (reading a file of one-term-per-line
for unified search and reading a CSV file where the first column is of
interest in the Bib record->lineitem interface).

Also added a little support to the LI table/pager for remember what lineitems
are selected even after you move on to the next page.  Nothing really takes
full advantage of this yet, though.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@16432 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/web/js/dojo/openils/widget/XULTermLoader.js
Open-ILS/web/js/ui/default/acq/common/li_table.js
Open-ILS/web/js/ui/default/acq/common/li_table_pager.js