]> git.evergreen-ils.org Git - Evergreen.git/commit
Fix LP985075, cannot save Patron Acquisition Request form
authorSteven Chan <schan@sitka.bclibraries.ca>
Mon, 5 Aug 2013 16:13:54 +0000 (12:13 -0400)
committerBen Shum <bshum@biblio.org>
Fri, 16 Aug 2013 00:40:41 +0000 (20:40 -0400)
commitfd9fb9ee7811f6b7fa9dcb4f6301c2dfc4fcf89d
treefc22dd39bec0f43bf54c7e790c3a2acc46f9363f
parent6e5bee24ee72f1c2fd5345d1b5d306507f3fd5ae
Fix LP985075, cannot save Patron Acquisition Request form

The form is shown using a dojo EditPane attached to an EditDialog,
however, attaching the pane was done manually, resulting in the dialog
acting improperly and the pane positioned improperly.

Instead, we use dojo's attr method to define the content attribute of
the dialog to be the pane.

Signed-off-by: Steven Chan <schan@sitka.bclibraries.ca>
Signed-off-by: Remington Steed <rjs7@calvin.edu>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/web/js/dojo/openils/widget/EditDialog.js