From: Alan Knowles Date: Wed, 5 Dec 2012 06:11:18 +0000 (+0800) Subject: Pman.Tab.AdminNotify.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=fa11ace84aa153f9d34f2204c6e9b036978dd77b Pman.Tab.AdminNotify.bjs Pman.Tab.AdminNotify.js --- diff --git a/Pman.Tab.AdminNotify.bjs b/Pman.Tab.AdminNotify.bjs index 891d2d3..c18457c 100644 --- a/Pman.Tab.AdminNotify.bjs +++ b/Pman.Tab.AdminNotify.bjs @@ -73,7 +73,7 @@ "items": [ { "allowBlank": false, - "displayField": "", + "displayField": "person_id_name", "editable": false, "emptyText": "Select person", "forceSelection": true, diff --git a/Pman.Tab.AdminNotify.js b/Pman.Tab.AdminNotify.js index fcf456e..79607d2 100644 --- a/Pman.Tab.AdminNotify.js +++ b/Pman.Tab.AdminNotify.js @@ -241,7 +241,7 @@ Pman.Tab.AdminNotify = new Roo.XComponent({ xtype: 'ComboBox', xns: Roo.form, allowBlank : false, - displayField : '', + displayField : 'person_id_name', editable : false, emptyText : "Select person", forceSelection : true,