mirror of
https://github.com/silverstripe/silverstripe-externallinks.git
synced 2024-10-22 15:05:44 +00:00
Fixing CSV export columns to match the ones show in broken links report
This commit is contained in:
parent
a283b6b69f
commit
aef8f6f521
@ -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(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user