Pman.Dialog.CoreNotifyRecur.bjs
[Pman.Core] / Pman.Dialog.CoreNotifyRecur.js
index 2aa4ff7..8e7d12c 100644 (file)
@@ -296,18 +296,16 @@ Pman.Dialog.CoreNotifyRecur = {
                                         xns: Roo.form,
                                         allowBlank : 'false',
                                         displayField : 'display_name',
-                                        editable : 'false',
-                                        emptyText : "Select core_enum",
+                                        editable : false,
+                                        emptyText : "Select Type",
                                         fieldLabel : 'core_enum',
                                         forceSelection : true,
-                                        hiddenName : '',
+                                        hiddenName : 'method_id',
                                         listWidth : 400,
                                         loadingText : "Searching...",
-                                        minChars : 2,
-                                        name : '',
+                                        name : 'method_id_display_name',
                                         pageSize : 20,
                                         qtip : "Select core_enum",
-                                        queryParam : '',
                                         selectOnFocus : true,
                                         tpl : '<div class="x-grid-cell-text x-btn button"><b>{name}</b> </div>',
                                         triggerAction : 'all',