Pman.Dialog.AdminEventLog.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 11 Feb 2014 04:26:10 +0000 (12:26 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 11 Feb 2014 04:26:10 +0000 (12:26 +0800)
Pman.Dialog.AdminEventLog.js

Pman.Dialog.AdminEventLog.bjs
Pman.Dialog.AdminEventLog.js

index 9895f47..aabdc6c 100644 (file)
@@ -51,7 +51,7 @@
                                     "*prop": "dataSource",
                                     "remoteSort": true,
                                     "xtype": "Store",
-                                    "|sortInfo": "{ field : 'person_name', direction: 'ASC' }",
+                                    "|sortInfo": "{ field : 'event_when', direction: 'DESC' }",
                                     "|xns": "Roo.data",
                                     "items": [
                                         {
index d29ea7b..ae8f5d2 100644 (file)
@@ -93,7 +93,7 @@ Pman.Dialog.AdminEventLog = {
                                 }
                             },
                             remoteSort : true,
-                            sortInfo : { field : 'person_name', direction: 'ASC' },
+                            sortInfo : { field : 'event_when', direction: 'DESC' },
                             proxy : {
                                 xtype: 'HttpProxy',
                                 xns: Roo.data,