mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-05 05:29:13 +01:00
If user chooses to edit contact on double click, show infolog when viewing (instead of nothing)
This commit is contained in:
parent
4c79fb650a
commit
d7c1b5e56f
@ -2284,7 +2284,7 @@ window.egw_LAB.wait(function() {
|
|||||||
// CRM list comes from content, request, or preference
|
// CRM list comes from content, request, or preference
|
||||||
$crm_list = $content['crm_list'] ? $content['crm_list'] :
|
$crm_list = $content['crm_list'] ? $content['crm_list'] :
|
||||||
($_GET['crm_list'] ? $_GET['crm_list'] : $GLOBALS['egw_info']['user']['preferences']['addressbook']['crm_list']);
|
($_GET['crm_list'] ? $_GET['crm_list'] : $GLOBALS['egw_info']['user']['preferences']['addressbook']['crm_list']);
|
||||||
if(!$crm_list) $crm_list = 'infolog';
|
if(!$crm_list || $crm_list == '~edit~') $crm_list = 'infolog';
|
||||||
|
|
||||||
if(is_array($content))
|
if(is_array($content))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user