Addressbook - implement owner link registry so we can count how many contacts a user has

This commit is contained in:
nathangray 2019-07-30 11:47:58 -06:00
parent a45c63d5ec
commit 0f5aaa3ed9

View File

@ -390,6 +390,10 @@ class addressbook_hooks
'key' => 'contact_id', 'key' => 'contact_id',
'column' => 'egw_addressbook.contact_modified', 'column' => 'egw_addressbook.contact_modified',
'type' => 'int' 'type' => 'int'
),
'owner' => array(
'key' => 'egw_addressbook.contact_id',
'column' => 'egw_addressbook.contact_owner'
) )
); );
return $links; return $links;