Pman.Tab.AdminNotify.bjs
authorEdward <edward@roojs.com>
Wed, 11 Feb 2015 06:38:49 +0000 (14:38 +0800)
committerEdward <edward@roojs.com>
Wed, 11 Feb 2015 06:38:49 +0000 (14:38 +0800)
Pman.Tab.AdminNotify.js

Pman.Tab.AdminNotify.bjs
Pman.Tab.AdminNotify.js

index cf5cb7b..7bf41c1 100644 (file)
                                     "items" : [
                                         {
                                             "listeners" : {
-                                                "|beforeload" : "function (_self, o){\n    o.params = o.params || {};\n    o.params.evtype = 'Core.NotifyType';\n    o.params.active = 1;\n}\n"
+                                                "|beforeload" : "function (_self, o){\n    o.params = o.params || {};\n    o.params.etype = 'Core.NotifyType';\n    o.params.active = 1;\n}\n"
                                             },
                                             "xtype" : "Store",
                                             "remoteSort" : true,
index 5d3204e..a5d2916 100644 (file)
@@ -336,7 +336,7 @@ Pman.Tab.AdminNotify = new Roo.XComponent({
                                 listeners : {
                                        beforeload : function (_self, o){
                                               o.params = o.params || {};
-                                              o.params.evtype = 'Core.NotifyType';
+                                              o.params.etype = 'Core.NotifyType';
                                               o.params.active = 1;
                                           }
                                 },