more quote identeiifers fixessss
[Pman.Core] / Pman.Std.js
index 05bdabd..46586fb 100644 (file)
@@ -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
@@ -83,8 +83,7 @@ Pman.Std = {
                 displayField:'name',
                 
                 fieldLabel : "Sent To",
-                allowBlank : true,
-                qtip : "Enter Sent To",
+                 qtip : "Enter Sent To",
                 width: 290,
                 
                 
@@ -217,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,