DataObjects/Core_watch.php
[Pman.Core] / Pman.Dialog.CoreNotifyRecur.js
index 9e5dcd1..fb12481 100644 (file)
@@ -284,7 +284,7 @@ Pman.Dialog.CoreNotifyRecur = {
                                 xns: Roo.grid,
                                 dataIndex : 'method_id',
                                 header : 'Type',
-                                width : 75,
+                                width : 120,
                                 renderer : function(v,x,r) {
                                      return String.format('{0}', r.data.method_id_display_name); 
                                 },
@@ -296,20 +296,18 @@ Pman.Dialog.CoreNotifyRecur = {
                                         xns: Roo.form,
                                         allowBlank : 'false',
                                         displayField : 'display_name',
-                                        editable : 'false',
+                                        editable : false,
                                         emptyText : "Select Type",
                                         fieldLabel : 'core_enum',
                                         forceSelection : true,
                                         hiddenName : 'method_id',
                                         listWidth : 400,
                                         loadingText : "Searching...",
-                                        minChars : 2,
                                         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>',
+                                        tpl : '<div class="x-grid-cell-text x-btn button"><b>{display_name}</b> </div>',
                                         triggerAction : 'all',
                                         typeAhead : true,
                                         valueField : 'id',
@@ -317,14 +315,15 @@ Pman.Dialog.CoreNotifyRecur = {
                                         store : {
                                             xtype: 'Store',
                                             xns: Roo.data,
-                                            remoteSort : true,
-                                            sortInfo : { direction : 'ASC', field: 'id' },
                                             listeners : {
                                                 beforeload : function (_self, o){
                                                     o.params = o.params || {};
                                                     // set more here
+                                                    o.params.etype = 'core_notify_recur';
                                                 }
                                             },
+                                            remoteSort : true,
+                                            sortInfo : { direction : 'ASC', field: 'id' },
                                             proxy : {
                                                 xtype: 'HttpProxy',
                                                 xns: Roo.data,