Pman.Tab.AdminNotify.bjs
authorAlan Knowles <alan@akbkhome.com>
Mon, 24 Oct 2011 03:44:32 +0000 (11:44 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 24 Oct 2011 03:44:32 +0000 (11:44 +0800)
Pman.Tab.AdminNotify.bjs
Pman.Tab.AdminNotify.js
Pman.Tab.AdminNotify.js

Pman.Tab.AdminNotify.bjs
Pman.Tab.AdminNotify.js

index b75f0ae..5e0801f 100644 (file)
@@ -33,7 +33,7 @@
                             "*prop": "dataSource",
                             "remoteSort": true,
                             "xtype": "Store",
-                            "|sortInfo": "{ field : 'act_when', direction: 'ASC' }",
+                            "|sortInfo": "{ field : 'act_when', direction: 'DESC' }",
                             "|xns": "Roo.data",
                             "items": [
                                 {
index f98339f..1c46d2c 100644 (file)
@@ -74,7 +74,7 @@ Pman.Tab.AdminNotify = new Roo.util.Observable({
                     xtype: 'Store',
                     xns: Roo.data,
                     remoteSort : true,
-                    sortInfo : { field : 'act_when', direction: 'ASC' },
+                    sortInfo : { field : 'act_when', direction: 'DESC' },
                     proxy : {
                         xtype: 'HttpProxy',
                         xns: Roo.data,