]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Fix integrated subscription editor record field
authorDan Wells <dbw2@calvin.edu>
Mon, 14 Oct 2013 19:24:39 +0000 (15:24 -0400)
committerLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Mon, 14 Oct 2013 19:59:02 +0000 (15:59 -0400)
commit6c7591ab82d78135d968a82dbd14a4805763a857
tree02adc36db0afe14d524d10887039efd764b00861
parentd8278e3dfd7632f2a7b1165b9c6229297f7844de
Fix integrated subscription editor record field

When trying to edit a subscription using the new 'integrated' editor,
it foolishly tries to populate an unfiltered bre dropdown selector.
This works OK in test environments, but (as expected) fails miserably
with production-size data sets.

The end result is that the dropdown either never populates, or takes
a really long time.  If the user saves before the dropdown loads, the
associated record ID is lost, and the subscription is no longer
properly associated with the record.

To fix this, simply turn the dropdown into a disabled text input
instead, as the ability to edit this field would generally be more
harmful than it is necessary.

Signed-off-by: Dan Wells <dbw2@calvin.edu>
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Open-ILS/web/js/ui/default/serial/subscription.js