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