From: Bill Erickson Date: Thu, 21 Jun 2012 20:18:40 +0000 (-0400) Subject: Fire onEditPane handler for edit dialogs spawned from AutoGrid X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=370e61be2a1fcf8f9e63dece7c770358c3237ae0;p=evergreen%2Fequinox.git Fire onEditPane handler for edit dialogs spawned from AutoGrid Signed-off-by: Bill Erickson Signed-off-by: Dan Wells --- diff --git a/Open-ILS/web/js/dojo/openils/widget/AutoGrid.js b/Open-ILS/web/js/dojo/openils/widget/AutoGrid.js index 12c2ef2734..ddc3e58c4e 100644 --- a/Open-ILS/web/js/dojo/openils/widget/AutoGrid.js +++ b/Open-ILS/web/js/dojo/openils/widget/AutoGrid.js @@ -410,6 +410,7 @@ if(!dojo._hasResource['openils.widget.AutoGrid']) { this.editDialog = new openils.widget.EditDialog({editPane:pane}); this.editDialog.startup(); this.editDialog.show(); + if(this.onEditPane) this.onEditPane(pane); }, /**