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

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

index 1da6dc0..a03107c 100644 (file)
                "id" : "code",
                "root" : "data",
                "xtype" : "JsonReader",
-               "$ fields" : "[{\"name\":\"id\",\"type\":\"int\"},{\"name\":\"etype\",\"type\":\"string\"}]",
+               "$ fields" : "[{\"name\":\"id\",\"type\":\"int\"},{\"name\":\"keyword\",\"type\":\"string\"}]",
                "$ xns" : "Roo.data",
                "* prop" : "reader",
                "totalProperty" : "total"
index 7c17161..5c89bba 100644 (file)
@@ -221,7 +221,7 @@ Pman.Dialog.CoreNotifyRecurKeywords = {
             },
             reader : {
              '|xns' : 'Roo.data',
-             fields : [{"name":"id","type":"int"},{"name":"etype","type":"string"}],
+             fields : [{"name":"id","type":"int"},{"name":"keyword","type":"string"}],
              id : 'code',
              root : 'data',
              totalProperty : 'total',