From 11a0878b47db7bed4cdac2f86a0e110bcc8a8f75 Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 11 Feb 2015 14:34:40 +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 0d5853c..664f41f 100644 --- a/Pman.Tab.AdminNotify.bjs +++ b/Pman.Tab.AdminNotify.bjs @@ -133,7 +133,7 @@ }, { "listeners" : { - "render" : "function (_self)\n{\n _this.personCombo = _self;\n}", + "render" : "function (_self)\n{\n _this.evtypeCombo = _self;\n}", "select" : "function (combo, record, index)\n{\n _this.grid.footer.onClick('first');\n}" }, "listWidth" : 400, diff --git a/Pman.Tab.AdminNotify.js b/Pman.Tab.AdminNotify.js index 1b3668d..0f6eb1b 100644 --- a/Pman.Tab.AdminNotify.js +++ b/Pman.Tab.AdminNotify.js @@ -374,7 +374,7 @@ Pman.Tab.AdminNotify = new Roo.XComponent({ listeners : { render : function (_self) { - _this.personCombo = _self; + _this.evtypeCombo = _self; }, select : function (combo, record, index) { -- 2.39.2