Pman.Dialog.CoreNotifyRecur.bjs
[Pman.Core] / Pman.Dialog.CoreNotifyRecur.js
index 96c37d9..fb73aba 100644 (file)
@@ -450,14 +450,14 @@ 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
                                                     }
                                                 },
+                                                remoteSort : true,
+                                                sortInfo : { direction : 'ASC', field: 'tz' },
                                                 proxy : {
                                                     xtype: 'HttpProxy',
                                                     xns: Roo.data,