mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
fix not being able to accept/reject invitation, if only a participants
This commit is contained in:
parent
272521ba87
commit
6c2990b515
@ -1424,8 +1424,8 @@ class calendar_uiforms extends calendar_ui
|
||||
$content['participants'][$row]['delete_id'] = strpbrk($uid,'"\'<>') !== false ? md5($uid) : $uid;
|
||||
//echo "<p>$uid ($quantity): $role --> {$content['participants'][$row]['role']}</p>\n";
|
||||
|
||||
if (!$this->bo->check_status_perms($uid,$event))
|
||||
$readonlys['participants'][$row]['status'] = true;
|
||||
if (($no_status = !$this->bo->check_status_perms($uid,$event)) || $view)
|
||||
$readonlys['participants'][$row]['status'] = $no_status;
|
||||
if ($preserv['hide_delete'] || !$this->bo->check_perms(EGW_ACL_EDIT,$event))
|
||||
$readonlys['participants']['delete'][$uid] = true;
|
||||
// todo: make the participants available as links with email as title
|
||||
|
Loading…
Reference in New Issue
Block a user