mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +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
be2e632a9d
commit
6229760af0
@ -321,7 +321,7 @@ class calendar_bo
|
|||||||
$data[] = array(
|
$data[] = array(
|
||||||
'res_id' => $id,
|
'res_id' => $id,
|
||||||
'email' => $email,
|
'email' => $email,
|
||||||
'rights' => self::ACL_READ_FOR_PARTICIPANTS,
|
'rights' => self::ACL_READ_FOR_PARTICIPANTS | self::ACL_INVITE,
|
||||||
'name' => $name,
|
'name' => $name,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user