mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
BUG 15e2efb55d broke the Page ListView.
This commit is contained in:
parent
3a01ae61ea
commit
c96101654d
@ -700,6 +700,7 @@ class CMSMain extends LeftAndMain implements CurrentPageIdentifier, PermissionPr
|
||||
$columns->setFieldCasting(array(
|
||||
'Created' => 'Date->Ago',
|
||||
'LastEdited' => 'Date->Ago',
|
||||
'getTreeTitle' => 'HTMLText'
|
||||
));
|
||||
|
||||
$controller = $this;
|
||||
|
Loading…
Reference in New Issue
Block a user