This commit is contained in:
Simon Brüchner 2015-12-23 09:32:26 +01:00
parent ecaf5bb9e6
commit 7ec09b5fde

View File

@ -3563,7 +3563,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')),