mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Calendar - add Invite permission for email addresses, fixes not possible to invite email addresses if users need invite permission
This commit is contained in:
parent
f087ae65e5
commit
7fa4c6a2ba
@ -321,7 +321,7 @@ class calendar_bo
|
||||
$data[] = array(
|
||||
'res_id' => $id,
|
||||
'email' => $email,
|
||||
'rights' => self::ACL_READ_FOR_PARTICIPANTS,
|
||||
'rights' => self::ACL_READ_FOR_PARTICIPANTS | self::ACL_INVITE,
|
||||
'name' => $name,
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user