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)
committerScott Prater <sprater@gmail.com>
Sat, 24 Mar 2012 23:32:20 +0000 (18:32 -0500)
commit845f059b6b9512405b7bc1bba75e45347fe059c7
tree9b66ff227ed907412efbb04e8bd2bf0a22caa799
parentf50b90a37a9e529d2d773fed068ecd05cbab20a2
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>
Open-ILS/web/js/ui/default/actor/user/register.js