DataObjects/Core_person_signup.php
[Pman.Core] / Pman.Dialog.CoreNotifyRecur.js
index 1fb15d4..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); 
                                 },
@@ -315,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,