From: Edward Date: Thu, 8 May 2014 10:35:05 +0000 (+0800) Subject: Pman.Dialog.CoreAutoSavePreview.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=a77c0c57a4b56b5d9babbec6fe1004fb36173587 Pman.Dialog.CoreAutoSavePreview.bjs Pman.Dialog.CoreAutoSavePreview.js --- diff --git a/Pman.Dialog.CoreAutoSavePreview.bjs b/Pman.Dialog.CoreAutoSavePreview.bjs index eff269df..1e314596 100644 --- a/Pman.Dialog.CoreAutoSavePreview.bjs +++ b/Pman.Dialog.CoreAutoSavePreview.bjs @@ -50,7 +50,7 @@ "|render": "function() \n{\n _this.grid = this; \n \n if (_this.panel.active) {\n this.footer.onClick('first');\n }\n}" }, "*prop": "grid", - "autoExpandColumn": "filename", + "autoExpandColumn": "event_when", "loadMask": true, "xtype": "Grid", "|xns": "Roo.grid", diff --git a/Pman.Dialog.CoreAutoSavePreview.js b/Pman.Dialog.CoreAutoSavePreview.js index 94226120..ba28c70e 100644 --- a/Pman.Dialog.CoreAutoSavePreview.js +++ b/Pman.Dialog.CoreAutoSavePreview.js @@ -77,7 +77,7 @@ Pman.Dialog.CoreAutoSavePreview = { } } }, - autoExpandColumn : 'filename', + autoExpandColumn : 'event_when', loadMask : true, sm : { xtype: 'RowSelectionModel',