View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004216 | SOGo | Backend Calendar | public | 2017-07-05 15:10 | 2019-03-13 13:09 |
Reporter | Peter2121 | Assigned To | francis | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | [Server] Linux | OS | Debian | OS Version | 8 (Jessie) |
Product Version | 3.2.7 | ||||
Fixed in Version | 4.0.8 | ||||
Summary | 0004216: Modification of event using admin account is impossible | ||||
Description | It seems that modification of event with invited person by CalDAV is impossible using SOGoSuperUsernames accounts. One can delete event, but cannot modify it. | ||||
Steps To Reproduce |
| ||||
Additional Information | Normally, one don't need additional ACLs in case of SOGoSuperUsernames account to manipulate the events of other users. It seems to be the case for all operations but modification of events with at least one invited person. | ||||
Tags | No tags attached. | ||||
same here with latest SOGo, Outlook 2013 and caldavsynchronizer 2.22.2. |
|
Fixed for me, modifying SOGoAppointmentObject.m : if (![roles containsObject: @"ComponentModifier"]) To: if (![roles containsObject: @"ComponentModifier"] && ![[context activeUser] isSuperUser]) Hope to see it fixed in the next release. |
|
Dear developers, |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2017-07-05 15:10 | Peter2121 | New Issue | |
2017-07-05 15:14 | ludovic | Severity | major => minor |
2017-08-07 13:48 | ste | Note Added: 0012153 | |
2017-08-07 13:49 | ste | Note Edited: 0012153 | |
2017-10-26 15:37 | Peter2121 | Note Added: 0012403 | |
2017-10-26 15:38 | Peter2121 | Note Edited: 0012403 | |
2019-03-13 08:56 | Peter2121 | Note Added: 0013445 | |
2019-03-13 13:09 | francis | Changeset attached | => sogo master 47456c9e |
2019-03-13 13:09 | francis | Assigned To | => francis |
2019-03-13 13:09 | francis | Resolution | open => fixed |
2019-03-13 13:09 | francis | Status | new => resolved |
2019-03-13 13:09 | francis | Fixed in Version | => 4.0.8 |