X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Pman.Std.js;h=ed52caa701a19880f1de8ef3c1717ce8335b7376;hb=dff7116c31985c523f927df3e8e7cf50670ef428;hp=719a213b99126169109c39d8f54ef4a533b2ae2c;hpb=de7e3ed08c3bd4d561c6260cbb77f15e32c905e7;p=Pman.Core diff --git a/Pman.Std.js b/Pman.Std.js index 719a213b..ed52caa7 100644 --- a/Pman.Std.js +++ b/Pman.Std.js @@ -32,10 +32,10 @@ Pman.Std = { // load using HTTP proxy: { xtype : 'HttpProxy', - url: baseURL + '/Roo/Projects.html', + url: baseURL + '/Roo/core_project', method: 'GET' }, - reader: Pman.Readers.Projects, + reader: new Roo.data.JsonReader({}, []), //Pman.Readers.Projects, listeners : Roo.apply( { loadexception : Pman.loadException @@ -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,