mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
commit
ad9d293122
@ -3564,7 +3564,7 @@ class DataObject extends ViewableData implements DataObjectInterface, i18nEntity
|
||||
// Format: array('MyFieldName' => array(
|
||||
// 'filter => 'ExactMatchFilter',
|
||||
// 'field' => 'NumericField', // optional
|
||||
// 'title' => 'My Title', // optiona.
|
||||
// 'title' => 'My Title', // optional
|
||||
// ))
|
||||
$rewrite[$identifer] = array_merge(
|
||||
array('filter' => $this->relObject($identifer)->stat('default_search_filter_class')),
|
||||
|
Loading…
Reference in New Issue
Block a user