]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Patron Stat Cat Enhancements: Fix values stored, then displayed in "Allow freetext...
authorScott Prater <sprater@gmail.com>
Thu, 16 Feb 2012 03:28:46 +0000 (21:28 -0600)
committerThomas Berezansky <tsbere@mvlc.org>
Mon, 2 Apr 2012 15:32:10 +0000 (11:32 -0400)
commit2c12f39fc60a2454936bc54d6ed7926f0df646ae
tree8dc595a37879815accbe17da23cc5e83388c4a40
parent990df40fceb4e73dc529727b74f07443fe45163f
Patron Stat Cat Enhancements: Fix values stored, then displayed in "Allow freetext" categories

In the patron registration screen:  the widget dijit.form.FilteringSelect
stores the option value, not the displayed value, unlike ComboBox; so store
the FilteringSelect displayedValue, then set the FilteringSelect displayedValue
with the value retrieved from the patron/stat_cat_entry map table.

Signed-off-by: Scott Prater <sprater@gmail.com>
Signed-off-by: Ben Shum <bshum@biblio.org>
Signed-off-by: Thomas Berezansky <tsbere@mvlc.org>
Open-ILS/web/js/ui/default/actor/user/register.js