mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-02 03:52:43 +00:00
1
NEWS
1
NEWS
@@ -4,6 +4,7 @@
|
||||
Bug fixes
|
||||
- [web] fixed wrong translation of custom calendar categories
|
||||
- [web] fixed wrong colors assigned to default calendar categories
|
||||
- [core] allow super users to modify any event (#4216)
|
||||
|
||||
4.0.7 (2019-02-27)
|
||||
------------------
|
||||
|
||||
@@ -2417,7 +2417,7 @@ inRecurrenceExceptionsForEvent: (iCalEvent *) theEvent
|
||||
roles = [[context activeUser] rolesForObject: organizerObject
|
||||
inContext: context];
|
||||
|
||||
if (![roles containsObject: @"ComponentModifier"])
|
||||
if (![roles containsObject: @"ComponentModifier"] && ![[context activeUser] isSuperUser])
|
||||
{
|
||||
return [NSException exceptionWithHTTPStatus: 409
|
||||
reason: @"Not allowed to perform this action. Wrong SENT-BY being used regarding access rights on organizer's calendar."];
|
||||
|
||||
Reference in New Issue
Block a user