]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Fix LP985075, cannot save Patron Acquisition Request form user/rsteed/lp985075_patron_acq_request_form
authorSteven Chan <schan@sitka.bclibraries.ca>
Mon, 5 Aug 2013 16:13:54 +0000 (12:13 -0400)
committerRemington Steed <rjs7@calvin.edu>
Mon, 5 Aug 2013 17:54:56 +0000 (13:54 -0400)
commit75cc12f5bd6353eb0e91ddb27bffb1b13c207975
treecb0a3ff52ff0cb21f6898b9c504f98219f62a388
parenta978c2d37ab57a04d6ad57afd7415b6be347154d
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>
Open-ILS/web/js/dojo/openils/widget/EditDialog.js