Pman.Dialog.CoreNotifyRecurKeywords.bjs
authorEdward <edward@roojs.com>
Mon, 4 May 2015 07:36:01 +0000 (15:36 +0800)
committerEdward <edward@roojs.com>
Mon, 4 May 2015 07:36:01 +0000 (15:36 +0800)
Pman.Dialog.CoreNotifyRecurKeywords.js

Pman.Dialog.CoreNotifyRecurKeywords.bjs
Pman.Dialog.CoreNotifyRecurKeywords.js

index 0829833..b317a56 100644 (file)
              "root" : "data",
              "xtype" : "JsonReader",
              "$ xns" : "Roo.data",
-             "$ fields" : "[{\"name\":\"id\",\"type\":\"int\"},{\"name\":\"etype\",\"type\":\"string\"}]",
+             "$ fields" : "[{\"name\":\"id\",\"type\":\"int\"},{\"name\":\"name\",\"type\":\"string\"}]",
              "* prop" : "reader",
              "totalProperty" : "total"
             }
index 064cc87..78df611 100644 (file)
@@ -162,7 +162,7 @@ Pman.Dialog.CoreNotifyRecurKeywords = {
            },
            reader : {
             '|xns' : 'Roo.data',
-            fields : [{"name":"id","type":"int"},{"name":"etype","type":"string"}],
+            fields : [{"name":"id","type":"int"},{"name":"name","type":"string"}],
             id : 'id',
             root : 'data',
             totalProperty : 'total',