chg: [encryptionKey] Made key searchable with substring strategy
parent
22c460575e
commit
1620fd3e59
|
@ -15,7 +15,7 @@ use Cake\Error\Debugger;
|
||||||
class EncryptionKeysController extends AppController
|
class EncryptionKeysController extends AppController
|
||||||
{
|
{
|
||||||
public $filterFields = ['owner_model', 'owner_id', 'encryption_key'];
|
public $filterFields = ['owner_model', 'owner_id', 'encryption_key'];
|
||||||
public $quickFilterFields = ['encryption_key'];
|
public $quickFilterFields = [['encryption_key' => true]];
|
||||||
public $containFields = ['Individuals', 'Organisations'];
|
public $containFields = ['Individuals', 'Organisations'];
|
||||||
public $statisticsFields = ['type'];
|
public $statisticsFields = ['type'];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue