Merge pull request #4 from halkyon/export_csv_columns

Fixing CSV export columns to match the ones show in broken links report
This commit is contained in:
Damian Mooyman 2014-08-13 14:26:50 +12:00
commit 606c801513
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(