mirror of
https://github.com/silverstripe/silverstripe-externallinks.git
synced 2024-10-22 15:05:44 +00:00
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:
commit
606c801513
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user