X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Pman.Tab.PersonList.js;h=3d0fd39659145c3a2d85b38cc12afddfe4f5ace5;hb=3a64012034f5c3c2e2d6514a4c16a44f6ea779fd;hp=62d05fa7dff376b86edf45622294a977f2bebf1e;hpb=72dcb7bf971028357b22a1455e2630e102ccd412;p=Pman.Core 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(',')