mirror of
https://github.com/silverstripe/silverstripe-externallinks.git
synced 2024-10-22 15:05:44 +00:00
BUG: Changed the model admin title for the http code search field
This commit is contained in:
parent
01b89a1a85
commit
d62c7e57ac
@ -18,7 +18,7 @@ class BrokenExternalLinks extends DataObject {
|
||||
);
|
||||
|
||||
public static $searchable_fields = array(
|
||||
'HTTPCode'
|
||||
'HTTPCode' => array('title' => 'HTTP Code')
|
||||
);
|
||||
|
||||
function canEdit($member = false) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user