-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
fix(dav) Handle Calendar trashbin UID conflicts by removing the deleted calendar object #34375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| if ($found !== false) { | ||
| // when importing a calendar obejct already previously imported | ||
| // we first restore it and then update the event to the new data | ||
| $this->restoreCalendarObject($result['calendardata']); |
Check failure
Code scanning / Psalm
UndefinedInterfaceMethod
|
/rebase |
0a5c963 to
6a78191
Compare
ce7e021 to
17b6613
Compare
17b6613 to
c20778a
Compare
|
A better commit title please? :) |
Signed-off-by: Anna Larch <[email protected]>
c20778a to
5b6a0af
Compare
|
Drone failure is apps file sharing as usual |
|
/backport to stable25 |
|
/backport to stable24 |
|
Shouldn't we make a fix for the delete function as well? Now I get error messages on deletion: Update: Sorry, I most probably misunderstood the code. |
... before re- importing the calendar event.
Fixes #30096