chg: [organisations] Added meta-field global filtering
parent
4b95b49854
commit
c13fb53ae0
|
@ -23,6 +23,7 @@ class OrganisationsController extends AppController
|
|||
$this->CRUD->index([
|
||||
'filters' => $this->filterFields,
|
||||
'quickFilters' => $this->quickFilterFields,
|
||||
'quickFilterForMetaField' => ['enabled' => true, 'wildcard_search' => true],
|
||||
'contextFilters' => [
|
||||
'custom' => [
|
||||
[
|
||||
|
|
Loading…
Reference in New Issue