diff --git a/code/controllers/CMSMain.php b/code/controllers/CMSMain.php index dccb354c..600418e7 100644 --- a/code/controllers/CMSMain.php +++ b/code/controllers/CMSMain.php @@ -703,6 +703,7 @@ class CMSMain extends LeftAndMain implements CurrentPageIdentifier, PermissionPr 'Created' => _t('SiteTree.CREATED', 'Date Created'), 'LastEdited' => _t('SiteTree.LASTUPDATED', 'Last Updated'), ); + $gridField->getConfig()->getComponentByType('GridFieldSortableHeader')->setFieldSorting(array('getTreeTitle' => 'Title')); if(!$params) { $fields = array_merge(array('listChildrenLink' => ''), $fields);