X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=Pman.Std.js;h=46586fbf9db75391a18b51b40be41e44c17bc537;hp=719a213b99126169109c39d8f54ef4a533b2ae2c;hb=443623f47935eb52acd65a3ff0d84eab1fd5a98b;hpb=de7e3ed08c3bd4d561c6260cbb77f15e32c905e7 diff --git a/Pman.Std.js b/Pman.Std.js index 719a213b..46586fbf 100644 --- a/Pman.Std.js +++ b/Pman.Std.js @@ -35,7 +35,7 @@ Pman.Std = { url: baseURL + '/Roo/Projects.html', 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,