chg: [encryption keys] listed for orgs / individuals on their respective views, fixes #167
parent
1e7a1a5f3e
commit
7d5102db2a
|
@ -40,6 +40,12 @@ echo $this->element(
|
|||
'scope' => 'individuals'
|
||||
]
|
||||
],
|
||||
'children' => []
|
||||
'children' => [
|
||||
[
|
||||
'url' => '/EncryptionKeys/index?owner_id={{0}}&owner_model=individual',
|
||||
'url_params' => ['id'],
|
||||
'title' => __('Encryption keys')
|
||||
]
|
||||
]
|
||||
]
|
||||
);
|
||||
|
|
|
@ -63,6 +63,12 @@ echo $this->element(
|
|||
'data' => $entity,
|
||||
'fields' => $fields,
|
||||
'combinedFieldsView' => false,
|
||||
'children' => []
|
||||
'children' => [
|
||||
[
|
||||
'url' => '/EncryptionKeys/index?owner_id={{0}}&owner_model=organisation',
|
||||
'url_params' => ['id'],
|
||||
'title' => __('Encryption keys')
|
||||
]
|
||||
]
|
||||
]
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue