mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
query videoconference room, if VC is configured
This commit is contained in:
parent
3f3165dbd3
commit
bf1bf26cc8
@ -310,6 +310,12 @@ class calendar_uilist extends calendar_ui
|
|||||||
if ($col[0] == '#') $cfs[] = substr($col,1);
|
if ($col[0] == '#') $cfs[] = substr($col,1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// check if we have videoconferences enabled and need to query the room url
|
||||||
|
$status_config = Api\Config::read('status');
|
||||||
|
if (!empty($config['videoconference']['jitsi']['jitsi_domain']))
|
||||||
|
{
|
||||||
|
$cfs[] = '#videoconference';
|
||||||
|
}
|
||||||
$search_params = array(
|
$search_params = array(
|
||||||
'cat_id' => $params['cat_id'] ? $params['cat_id'] : 0,
|
'cat_id' => $params['cat_id'] ? $params['cat_id'] : 0,
|
||||||
'filter' => $this->filter,
|
'filter' => $this->filter,
|
||||||
|
Loading…
Reference in New Issue
Block a user