Pman.Dialog.CoreNotifyRecur.bjs
[Pman.Core] / Pman.Dialog.CoreNotifyRecur.js
index f31ae86..96c37d9 100644 (file)
@@ -430,23 +430,22 @@ Pman.Dialog.CoreNotifyRecur = {
                                             xns: Roo.form,
                                             allowBlank : 'false',
                                             displayField : 'tz',
-                                            editable : 'false',
-                                            emptyText : "Select core_enum",
+                                            editable : true,
+                                            emptyText : "Select timezone",
                                             fieldLabel : 'core_enum',
                                             forceSelection : true,
                                             hiddenName : 'tz',
                                             listWidth : 400,
                                             loadingText : "Searching...",
                                             minChars : 2,
-                                            name : 'tz',
-                                            pageSize : 20,
-                                            qtip : "Select core_enum",
-                                            queryParam : '',
+                                            name : 'tz_name',
+                                            pageSize : 999,
+                                            qtip : "Select timezone",
                                             selectOnFocus : true,
-                                            tpl : '<div class="x-grid-cell-text x-btn button"><b>{name}</b> </div>',
+                                            tpl : '<div class="x-grid-cell-text x-btn button"><b>{tz}</b> </div>',
                                             triggerAction : 'all',
                                             typeAhead : true,
-                                            valueField : 'id',
+                                            valueField : 'tz',
                                             width : 300,
                                             store : {
                                                 xtype: 'Store',