From: Alan Knowles Date: Wed, 5 Dec 2012 06:21:43 +0000 (+0800) Subject: fix X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=1363035ea39fd2e61a4455eff10357a53b88a91c fix --- diff --git a/Pman.Tab.AdminNotify.bjs b/Pman.Tab.AdminNotify.bjs index 4113b99..534562a 100644 --- a/Pman.Tab.AdminNotify.bjs +++ b/Pman.Tab.AdminNotify.bjs @@ -72,9 +72,9 @@ "|xns": "Roo", "items": [ { - "allowBlank": false, + "allowBlank": true, "displayField": "person_id_name", - "editable": false, + "editable": true, "emptyText": "Select person", "forceSelection": true, "hiddenName": "id", @@ -88,7 +88,6 @@ "selectOnFocus": true, "tpl": "
{person_id_name} {person_id_email}
", "triggerAction": "all", - "typeAhead": true, "valueField": "person_id", "width": 300, "xtype": "ComboBox", diff --git a/Pman.Tab.AdminNotify.js b/Pman.Tab.AdminNotify.js index 932fee0..dd32022 100644 --- a/Pman.Tab.AdminNotify.js +++ b/Pman.Tab.AdminNotify.js @@ -240,9 +240,9 @@ Pman.Tab.AdminNotify = new Roo.XComponent({ { xtype: 'ComboBox', xns: Roo.form, - allowBlank : false, + allowBlank : true, displayField : 'person_id_name', - editable : false, + editable : true, emptyText : "Select person", forceSelection : true, hiddenName : 'id', @@ -256,7 +256,6 @@ Pman.Tab.AdminNotify = new Roo.XComponent({ selectOnFocus : true, tpl : '
{person_id_name} {person_id_email}
', triggerAction : 'all', - typeAhead : true, valueField : 'person_id', width : 300, store : {