X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Pman.Dialog.PersonEditor.js;h=c309a2bae1926e72750cdb7d0e2dec8b54198deb;hb=3a64012034f5c3c2e2d6514a4c16a44f6ea779fd;hp=b1448d4ad1491d20cb037dd7f5fe23372b094e58;hpb=72dcb7bf971028357b22a1455e2630e102ccd412;p=Pman.Core diff --git a/Pman.Dialog.PersonEditor.js b/Pman.Dialog.PersonEditor.js index b1448d4a..c309a2ba 100644 --- a/Pman.Dialog.PersonEditor.js +++ b/Pman.Dialog.PersonEditor.js @@ -653,7 +653,7 @@ Pman.Dialog.PersonEditor.prototype = { } this.dialog.el.mask("Sending"); this.form.doAction('submit', { - url: baseURL + '/Roo/Person.html', + url: baseURL + '/Roo/core_person', method: 'POST', params: { _id: this._id , @@ -676,7 +676,7 @@ Pman.Dialog.PersonEditor.prototype = { this.dialog.show(); this.dialog.el.mask("Loading"); this.form.doAction('load', { - url: baseURL + '/Roo/Person.html', + url: baseURL + '/Roo/core_person', method: 'GET', params: { _id: this._id ,