From 1e24b455ac274a2c4dc2e2e3fb006735730e1bfc Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 5 Dec 2012 14:11:48 +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 099c78e..2fa3d9e 100644 --- a/Pman.Tab.AdminNotify.bjs +++ b/Pman.Tab.AdminNotify.bjs @@ -84,7 +84,7 @@ "name": "name", "pageSize": 20, "qtip": "Select core_notify", - "queryParam": "query[person_name]", + "queryParam": "query[person_id_name]", "selectOnFocus": true, "tpl": "
{name}
", "triggerAction": "all", diff --git a/Pman.Tab.AdminNotify.js b/Pman.Tab.AdminNotify.js index 7cf8696..42c0a3a 100644 --- a/Pman.Tab.AdminNotify.js +++ b/Pman.Tab.AdminNotify.js @@ -252,7 +252,7 @@ Pman.Tab.AdminNotify = new Roo.XComponent({ name : 'name', pageSize : 20, qtip : "Select core_notify", - queryParam : 'query[person_name]', + queryParam : 'query[person_id_name]', selectOnFocus : true, tpl : '
{name}
', triggerAction : 'all', -- 2.39.2