From 9b3a7a7f934ba9a1e56470b377375a4db83f40ca Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 11 Feb 2015 14:38:49 +0800 Subject: [PATCH] Pman.Tab.AdminNotify.bjs Pman.Tab.AdminNotify.js --- Pman.Tab.AdminNotify.bjs | 2 +- Pman.Tab.AdminNotify.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Pman.Tab.AdminNotify.bjs b/Pman.Tab.AdminNotify.bjs index cf5cb7b..7bf41c1 100644 --- a/Pman.Tab.AdminNotify.bjs +++ b/Pman.Tab.AdminNotify.bjs @@ -155,7 +155,7 @@ "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, diff --git a/Pman.Tab.AdminNotify.js b/Pman.Tab.AdminNotify.js index 5d3204e..a5d2916 100644 --- a/Pman.Tab.AdminNotify.js +++ b/Pman.Tab.AdminNotify.js @@ -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; } }, -- 2.39.2