From 4bb5f215a9498e2f70fb99b1a8bb1c034db7eafa Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 5 Dec 2012 14:15:54 +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 1f30228..4113b99 100644 --- a/Pman.Tab.AdminNotify.bjs +++ b/Pman.Tab.AdminNotify.bjs @@ -96,7 +96,7 @@ "items": [ { "listeners": { - "|beforeload": "function (_self, o){\n o.params = o.params || {};\n o.params._distinct='person_id,person_id_name,person_id_email';\n o.params._columns='person_id,person_id_name,person_id_email';\n o.params['!person_id_name'] = '';\n \n // set more here\n}\n" + "|beforeload": "function (_self, o){\n o.params = o.params || {};\n o.params._distinct='person_id';\n o.params._columns='person_id,person_id_name,person_id_email';\n o.params['!person_id_name'] = '';\n \n // set more here\n}\n" }, "*prop": "store", "remoteSort": true, diff --git a/Pman.Tab.AdminNotify.js b/Pman.Tab.AdminNotify.js index a64b050..932fee0 100644 --- a/Pman.Tab.AdminNotify.js +++ b/Pman.Tab.AdminNotify.js @@ -265,7 +265,7 @@ Pman.Tab.AdminNotify = new Roo.XComponent({ listeners : { beforeload : function (_self, o){ o.params = o.params || {}; - o.params._distinct='person_id,person_id_name,person_id_email'; + o.params._distinct='person_id'; o.params._columns='person_id,person_id_name,person_id_email'; o.params['!person_id_name'] = ''; -- 2.39.2