X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=Pman.Dialog.CoreProject.js;h=f63ff8258b61e51d2bd5cc5dccfd6c12c058d785;hp=c462efe41e603d161f887c84f87437608c2df269;hb=HEAD;hpb=325a95d7ac34f207f4af377403d60bc6d117be14 diff --git a/Pman.Dialog.CoreProject.js b/Pman.Dialog.CoreProject.js index c462efe4..9be1ab0d 100644 --- a/Pman.Dialog.CoreProject.js +++ b/Pman.Dialog.CoreProject.js @@ -64,7 +64,7 @@ Pman.Dialog.CoreProject = { this.callback = cb; this.data = data; - this.dialog.show(this.data._el); + this.dialog.show.apply(this.dialog, Array.prototype.slice.call(arguments).slice(2)); if (this.form) { this.form.reset(); this.form.setValues(data); @@ -81,6 +81,7 @@ Pman.Dialog.CoreProject = { closable : false, collapsible : false, height : 450, + modal : true, resizable : false, title : _this._strings['ddb016a244ff2b895e69d25fb3b5f780'] /* Edit / Create Projects */, width : 470, @@ -328,7 +329,7 @@ Pman.Dialog.CoreProject = { proxy : { xtype : 'HttpProxy', method : 'GET', - url : baseURL + '/Roo/Groups.php', + url : baseURL + '/Roo/core_group', xns : Roo.data, '|xns' : 'Roo.data' },