mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
using "infolog" if no preference set (default only works, after someone called preferences)
This commit is contained in:
parent
a4113da328
commit
082d1813b2
@ -2169,6 +2169,7 @@ window.egw_LAB.wait(function() {
|
||||
switch($GLOBALS['egw_info']['user']['preferences']['addressbook']['crm_list'])
|
||||
{
|
||||
case 'infolog':
|
||||
default:
|
||||
egw_json_response::get()->apply('app.addressbook.view_set_list',Array('linked',$contact_id));
|
||||
break;
|
||||
case 'tracker':
|
||||
|
Loading…
Reference in New Issue
Block a user