Fixing CSV export columns to match the ones show in broken links report

This commit is contained in:
Sean Harvey 2014-08-13 14:23:03 +12:00
parent a283b6b69f
commit aef8f6f521

View File

@ -26,9 +26,10 @@ class BrokenExternalLink extends DataObject {
} }
public static $summary_fields = array( public static $summary_fields = array(
'Page.Title' => 'Page', 'Created' => 'Checked',
'HTTPCodeDescription' => 'HTTP Code', 'Link' => 'External Link',
'Created' => 'Created' 'HTTPCodeDescription' => 'HTTP Error Code',
'Page.Title' => 'Page link is on'
); );
public static $searchable_fields = array( public static $searchable_fields = array(