]> git.evergreen-ils.org Git - Evergreen.git/commit
EditPane.js API repairs
authorBill Erickson <berick@esilibrary.com>
Fri, 20 Jul 2012 15:15:25 +0000 (11:15 -0400)
committerLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Wed, 1 Aug 2012 18:23:28 +0000 (14:23 -0400)
commit07ba14c420cfda48dc550cf0888fd96d29603e76
tree1c65c097aac16cc981e93333479cd1bd30162090
parent7b12ae81a56b1d998eb6c9f239ef259d3e23027a
EditPane.js API repairs

By default, don't throw an exception from EditPane.getFieldValue when a
field is required and the value is null.  Otherwise, external code is
unable to use this method for inspecting the pane.  Make checkRequired
an additional method flag.

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Open-ILS/web/js/dojo/openils/widget/EditPane.js