mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-27 13:22:06 +02:00
Add view hooks to addressbook-email so they open
This commit is contained in:
parent
4dc9f6a472
commit
6f37d9b608
@ -373,6 +373,10 @@ class addressbook_hooks
|
|||||||
'additional' => array(
|
'additional' => array(
|
||||||
'addressbook-email' => array(
|
'addressbook-email' => array(
|
||||||
'query' => 'addressbook.addressbook_bo.link_query_email',
|
'query' => 'addressbook.addressbook_bo.link_query_email',
|
||||||
|
'view' => array(
|
||||||
|
'menuaction' => 'addressbook.addressbook_ui.view'
|
||||||
|
),
|
||||||
|
'view_id' => 'contact_id',
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
'merge' => true,
|
'merge' => true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user