From ad3f4ad55da58dc67f49c62d4f495999405e158f Mon Sep 17 00:00:00 2001 From: erickson Date: Mon, 12 Jan 2009 18:06:34 +0000 Subject: [PATCH] clients set flags directly on the editpane git-svn-id: svn://svn.open-ils.org/ILS/trunk@11800 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/js/dojo/openils/widget/EditDialog.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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); -- 2.11.0