X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Pman.Std.js;h=46586fbf9db75391a18b51b40be41e44c17bc537;hb=692861c958898f425cc365906c092559d7cfc60c;hp=719a213b99126169109c39d8f54ef4a533b2ae2c;hpb=de7e3ed08c3bd4d561c6260cbb77f15e32c905e7;p=Pman.Core 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,