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

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

index aa24320..63fdd95 100644 (file)
                                                     "root": "data",
                                                     "totalProperty": "total",
                                                     "xtype": "JsonReader",
-                                                    "|fields": "[{\"name\":\"name\",\"type\":\"string\"},{\"name\":\"body\",\"type\":\"string\"}]",
+                                                    "|fields": "[{\"name\":\"file\",\"type\":\"string\"},{\"name\":\"content\",\"type\":\"string\"}]",
                                                     "|xns": "Roo.data"
                                                 }
                                             ]
index 3434a7f..a4414e3 100644 (file)
@@ -208,7 +208,7 @@ Pman.Dialog.CoreMailingListMessage = {
                                         id : 'name',
                                         root : 'data',
                                         totalProperty : 'total',
-                                        fields : [{"name":"name","type":"string"},{"name":"body","type":"string"}]
+                                        fields : [{"name":"file","type":"string"},{"name":"content","type":"string"}]
                                     }
                                 }
                             },