fix: [encryption key] searches

pull/34/head
iglocska 2020-11-20 11:16:43 +01:00
parent eb2db00108
commit 7e504fbf11
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ class EncryptionKeysController extends AppController
public function 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']
]);
if ($this->ParamHandler->isRest()) {