mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-07 14:39:43 +01:00
Fix bug where you were unable to change participant status of a recently added user until you save the event
This commit is contained in:
parent
fe6319a227
commit
8f1a792904
@ -422,7 +422,7 @@ class calendar_uiforms extends calendar_ui
|
|||||||
{
|
{
|
||||||
if(is_numeric($participant))
|
if(is_numeric($participant))
|
||||||
{
|
{
|
||||||
$uid = 'u'.$participant;
|
$uid = $participant;
|
||||||
$id = $participant;
|
$id = $participant;
|
||||||
$resource = $this->bo->resources[''];
|
$resource = $this->bo->resources[''];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user