Pman.Dialog.CoreMailingListMessage.bjs
authorEdward <edward@roojs.com>
Wed, 19 Feb 2014 07:37:01 +0000 (15:37 +0800)
committerEdward <edward@roojs.com>
Wed, 19 Feb 2014 07:37:01 +0000 (15:37 +0800)
Pman.Dialog.CoreMailingListMessage.js

Pman.Dialog.CoreMailingListMessage.bjs
Pman.Dialog.CoreMailingListMessage.js

index 14e6f43..24784bd 100644 (file)
                                                 },
                                                 {
                                                     "*prop": "reader",
-                                                    "id": "bankaccnt_id",
+                                                    "id": "name",
                                                     "root": "data",
                                                     "totalProperty": "total",
                                                     "xtype": "JsonReader",
index 8ecece6..a618fed 100644 (file)
@@ -204,7 +204,7 @@ Pman.Dialog.CoreMailingListMessage = {
                                     reader : {
                                         xtype: 'JsonReader',
                                         xns: Roo.data,
-                                        id : 'bankaccnt_id',
+                                        id : 'name',
                                         root : 'data',
                                         totalProperty : 'total',
                                         fields : [{"name":"name","type":"string"},{"name":"body","type":"string"}]