fix: [encryption key] searches
parent
eb2db00108
commit
7e504fbf11
|
@ -17,7 +17,8 @@ class EncryptionKeysController extends AppController
|
||||||
public function index()
|
public function index()
|
||||||
{
|
{
|
||||||
$this->CRUD->index([
|
$this->CRUD->index([
|
||||||
'filters' => ['owner_type', 'organisation_id', 'individual_id'],
|
'quickFilters' => ['encryption_key'],
|
||||||
|
'filters' => ['owner_type', 'organisation_id', 'individual_id', 'encryption_key'],
|
||||||
'contain' => ['Individuals', 'Organisations']
|
'contain' => ['Individuals', 'Organisations']
|
||||||
]);
|
]);
|
||||||
if ($this->ParamHandler->isRest()) {
|
if ($this->ParamHandler->isRest()) {
|
||||||
|
|
Loading…
Reference in New Issue