mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
DOCS incorrect method referenced
ModelAdmin uses 'getDefaultSearchContext': http://api.silverstripe.org/3.3/source-class-ModelAdmin.html#173
This commit is contained in:
parent
2ae2675a47
commit
db4dc64fb4
@ -46,7 +46,7 @@ and `MyDate`. The attribute `HiddenProperty` should not be searchable, and `MyDa
|
|||||||
'MyDate' => 'Date'
|
'MyDate' => 'Date'
|
||||||
);
|
);
|
||||||
|
|
||||||
public function getCustomSearchContext() {
|
public function getDefaultSearchContext() {
|
||||||
$fields = $this->scaffoldSearchFields(array(
|
$fields = $this->scaffoldSearchFields(array(
|
||||||
'restrictFields' => array('PublicProperty','MyDate')
|
'restrictFields' => array('PublicProperty','MyDate')
|
||||||
));
|
));
|
||||||
|
Loading…
Reference in New Issue
Block a user