chg: [encryptionKey] Made key searchable with substring strategy

refacto/CRUDComponent
Sami Mokaddem 2023-02-24 10:31:33 +01:00
parent 22c460575e
commit 1620fd3e59
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ use Cake\Error\Debugger;
class EncryptionKeysController extends AppController
{
public $filterFields = ['owner_model', 'owner_id', 'encryption_key'];
public $quickFilterFields = ['encryption_key'];
public $quickFilterFields = [['encryption_key' => true]];
public $containFields = ['Individuals', 'Organisations'];
public $statisticsFields = ['type'];