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
1 changed files with 4 additions and 3 deletions

View File

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