From 1faa85a7f9f7e81bb789fa7ecafc77e0406be84c Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 8 May 2014 17:35:00 +0800 Subject: [PATCH] Pman.Dialog.CoreAutoSavePreview.bjs Pman.Dialog.CoreAutoSavePreview.js --- Pman.Dialog.CoreAutoSavePreview.bjs | 2 +- Pman.Dialog.CoreAutoSavePreview.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Pman.Dialog.CoreAutoSavePreview.bjs b/Pman.Dialog.CoreAutoSavePreview.bjs index 614ce6cf..891a5a56 100644 --- a/Pman.Dialog.CoreAutoSavePreview.bjs +++ b/Pman.Dialog.CoreAutoSavePreview.bjs @@ -72,7 +72,7 @@ "*prop": "dataSource", "remoteSort": true, "xtype": "Store", - "|sortInfo": "{ field : 'filename', direction: 'ASC' }", + "|sortInfo": "{ field : 'event_when', direction: 'DESC' }", "|xns": "Roo.data", "items": [ { diff --git a/Pman.Dialog.CoreAutoSavePreview.js b/Pman.Dialog.CoreAutoSavePreview.js index 51dcd6a7..c58e53fb 100644 --- a/Pman.Dialog.CoreAutoSavePreview.js +++ b/Pman.Dialog.CoreAutoSavePreview.js @@ -118,7 +118,7 @@ Pman.Dialog.CoreAutoSavePreview = { } }, remoteSort : true, - sortInfo : { field : 'filename', direction: 'ASC' }, + sortInfo : { field : 'event_when', direction: 'DESC' }, proxy : { xtype: 'HttpProxy', xns: Roo.data, -- 2.39.2