From: erickson Date: Mon, 12 Jan 2009 18:06:34 +0000 (+0000) Subject: clients set flags directly on the editpane X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ad3f4ad55da58dc67f49c62d4f495999405e158f;p=Evergreen.git clients set flags directly on the editpane git-svn-id: svn://svn.open-ils.org/ILS/trunk@11800 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/js/dojo/openils/widget/EditDialog.js b/Open-ILS/web/js/dojo/openils/widget/EditDialog.js index 9f3c71c186..5f0e3d496e 100644 --- a/Open-ILS/web/js/dojo/openils/widget/EditDialog.js +++ b/Open-ILS/web/js/dojo/openils/widget/EditDialog.js @@ -12,11 +12,7 @@ if(!dojo._hasResource['openils.widget.EditDialog']) { 'openils.widget.EditDialog', [dijit.Dialog], { - fmClass : '', - fmObject : null, - mode : 'update', - fieldOrder : null, // ordered list of field names, optional. - editPane : null, + editPane : null, // reference to our EditPane object constructor : function() { //this.inherited(arguments);