From 4b8a6468d1faeabc4c5d0d3cd492ff250eb63b4e Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 18 Mar 2014 16:00:38 +0800 Subject: [PATCH] Pman.Dialog.PersonEditor.js --- Pman.Dialog.PersonEditor.js | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Pman.Dialog.PersonEditor.js b/Pman.Dialog.PersonEditor.js index 86f83d85..1ab8e462 100644 --- a/Pman.Dialog.PersonEditor.js +++ b/Pman.Dialog.PersonEditor.js @@ -467,19 +467,15 @@ Pman.Dialog.PersonEditor.prototype = { xns: Roo.form, allowBlank : true, alwaysQuery : true, - displayField : 'name', + displayField : 'title', editable : false, emptyText : "Select Country", fieldLabel : 'Journalist', forceSelection : true, idField : 'id', - loadingText : "Searching...", - minChars : 2, - pageSize : 20, - tpl : '
{name}, {publication}, {country_tr}
', triggerAction : 'all', typeAhead : true, - valueField : 'id', + valueField : 'code', width : 280, store : { xtype: 'SimpleStore', -- 2.39.2