mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
WIP BBB: Take type C participants into account when counting for participants
This commit is contained in:
parent
c928c54877
commit
43ab2ccfb5
@ -248,7 +248,7 @@ class calendar_boupdate extends calendar_bo
|
||||
&& !EGroupware\Status\Hooks::isVideoconferenceDisabled() && ($videoconferenceResId = \EGroupware\Status\Hooks::getVideoconferenceResourceId()))
|
||||
{
|
||||
$event['participant_types']['r'][$videoconferenceResId] =
|
||||
$event['participants']['r'.$videoconferenceResId] = 'A'.(count($event['participant_types']['u']) + count($event['participant_types']['e']));
|
||||
$event['participants']['r'.$videoconferenceResId] = 'A'.(count($event['participant_types']['u']) + count($event['participant_types']['e']) + count($event['participant_types']['c']));
|
||||
}
|
||||
|
||||
// check for conflicts only happens !$ignore_conflicts AND if start + end date are given
|
||||
|
Loading…
Reference in New Issue
Block a user