X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Pman.Dialog.CoreProject.js;fp=Pman.Dialog.CoreProject.js;h=9be1ab0d6d264acf26f6890a8f8806894cc46458;hb=927cbfa3a81a79a37904e2849c6cba76962e1924;hp=f63ff8258b61e51d2bd5cc5dccfd6c12c058d785;hpb=11b6a6d8ee3e7f0ad2095b28154451d6174cd9b4;p=Pman.Core diff --git a/Pman.Dialog.CoreProject.js b/Pman.Dialog.CoreProject.js index f63ff825..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); @@ -329,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' },