mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 21:13:23 +01:00
remove not working email from selectbox in search for adding participants
This commit is contained in:
parent
0a34fceee2
commit
9f1dfdb97b
@ -1457,6 +1457,7 @@ class calendar_uiforms extends calendar_ui
|
||||
$content['participants']['cal_resources'] = '';
|
||||
foreach($this->bo->resources as $data)
|
||||
{
|
||||
if ($data['app'] == 'email') continue; // make no sense, as we cant search for email
|
||||
$content['participants']['cal_resources'] .= ','.$data['app'];
|
||||
}
|
||||
// adding extra content for the resource link-entry widget to
|
||||
|
Loading…
Reference in New Issue
Block a user