forked from extern/egroupware
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'] = '';
|
$content['participants']['cal_resources'] = '';
|
||||||
foreach($this->bo->resources as $data)
|
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'];
|
$content['participants']['cal_resources'] .= ','.$data['app'];
|
||||||
}
|
}
|
||||||
// adding extra content for the resource link-entry widget to
|
// adding extra content for the resource link-entry widget to
|
||||||
|
Loading…
Reference in New Issue
Block a user