forked from extern/egroupware
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
be2e632a9d
commit
6229760af0
@ -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