chg: [user] view add link to user's individual
parent
3790244ce4
commit
304586ff19
|
@ -17,8 +17,11 @@ echo $this->element(
|
||||||
'path' => 'username'
|
'path' => 'username'
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
|
'type' => 'generic',
|
||||||
'key' => __('Email'),
|
'key' => __('Email'),
|
||||||
'path' => 'individual.email'
|
'path' => 'individual.email',
|
||||||
|
'url' => '/individuals/view/{{0}}',
|
||||||
|
'url_vars' => 'individual_id'
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
'type' => 'generic',
|
'type' => 'generic',
|
||||||
|
|
Loading…
Reference in New Issue