From 3a64012034f5c3c2e2d6514a4c16a44f6ea779fd Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 28 Mar 2017 16:47:06 +0800 Subject: [PATCH] Pman.Dialog.PersonEditor.js Pman.Std.js Pman.Tab.PersonList.js --- Pman.Dialog.PersonEditor.js | 4 ++-- Pman.Std.js | 2 +- Pman.Tab.PersonList.js | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) 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 , diff --git a/Pman.Std.js b/Pman.Std.js index 719a213b..0895d721 100644 --- a/Pman.Std.js +++ b/Pman.Std.js @@ -216,7 +216,7 @@ Pman.Std = { // load using HTTP proxy: { xtype : 'HttpProxy', - url: baseURL + '/Roo/Person.html', + url: baseURL + '/Roo/core_person', method: 'GET' }, reader: Pman.Readers.Companies, diff --git a/Pman.Tab.PersonList.js b/Pman.Tab.PersonList.js index 62d05fa7..3d0fd396 100644 --- a/Pman.Tab.PersonList.js +++ b/Pman.Tab.PersonList.js @@ -188,7 +188,7 @@ Pman.Tab.PersonList.prototype = { ds: new Roo.data.Store({ // load using HTTP proxy: new Roo.data.HttpProxy({ - url: baseURL + '/Roo/Person.html', + url: baseURL + '/Roo/core_person', method: 'GET' }), reader: Pman.Readers.Person, @@ -424,7 +424,7 @@ Pman.Tab.PersonList.prototype = { Roo.Ajax.request({ - url: baseURL + '/Roo/Person.html', + url: baseURL + '/Roo/core_person', method: 'GET', params: { _toggleActive : r.join(',') -- 2.39.2