From: Edward Date: Wed, 11 Feb 2015 06:38:49 +0000 (+0800) Subject: Pman.Tab.AdminNotify.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=9b3a7a7f934ba9a1e56470b377375a4db83f40ca Pman.Tab.AdminNotify.bjs Pman.Tab.AdminNotify.js --- 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; } },