From: Alan Knowles Date: Wed, 16 May 2012 10:46:21 +0000 (+0800) Subject: Pman.Dialog.CoreNotifyRecur.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=ce68020e4f337a45a835a3abf648bb12dbb9543e Pman.Dialog.CoreNotifyRecur.bjs Pman.Dialog.CoreNotifyRecur.js --- diff --git a/Pman.Dialog.CoreNotifyRecur.bjs b/Pman.Dialog.CoreNotifyRecur.bjs index 4826bad1..a54ec335 100644 --- a/Pman.Dialog.CoreNotifyRecur.bjs +++ b/Pman.Dialog.CoreNotifyRecur.bjs @@ -261,6 +261,7 @@ { "*prop": "field", "allowBlank": "false", + "displayField": "tz", "editable": true, "emptyText": "Select timezone", "fieldLabel": "core_enum", @@ -276,7 +277,6 @@ "tpl": "
{tz}
", "triggerAction": "all", "typeAhead": true, - "valueField": "tz", "width": 300, "xtype": "ComboBox", "|xns": "Roo.form", diff --git a/Pman.Dialog.CoreNotifyRecur.js b/Pman.Dialog.CoreNotifyRecur.js index d4ea6631..f35ca727 100644 --- a/Pman.Dialog.CoreNotifyRecur.js +++ b/Pman.Dialog.CoreNotifyRecur.js @@ -463,6 +463,7 @@ Pman.Dialog.CoreNotifyRecur = { xtype: 'ComboBox', xns: Roo.form, allowBlank : 'false', + displayField : 'tz', editable : true, emptyText : "Select timezone", fieldLabel : 'core_enum', @@ -478,7 +479,6 @@ Pman.Dialog.CoreNotifyRecur = { tpl : '
{tz}
', triggerAction : 'all', typeAhead : true, - valueField : 'tz', width : 300, store : { xtype: 'Store',