Uh oh!
There was an error while loading. Please reload this page.
fix(caldav): Ignore invalid events for reminder generation - #38301
Conversation
| $masterAlarms = []; | ||
| $masterHash = $this->getEventHash($masterItem); | ||
| try { | ||
| $masterHash = $this->getEventHash($recurrenceException); |
Check notice
Code scanning / Psalm
PossiblyUndefinedVariable
| if ($eventHash === null) { | ||
| $eventHash = $this->getEventHash($valarm->parent); | ||
| try { | ||
| $eventHash = $this->getEventHash($valarm->parent); |
Check notice
Code scanning / Psalm
ArgumentTypeCoercion
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
cbe36c2 to
b7e7d80CompareUh oh!
There was an error while loading. Please reload this page.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
ChristophWurst
commented
May 31, 2023
/backport to stable27 |
ChristophWurst
commented
May 31, 2023
/backport to stable26 |
ChristophWurst
commented
May 31, 2023
/backport to stable25 |
The backport to stable25 failed. Please do this backport manually. # Switch to the target branch and update it
git checkout stable25
git pull origin/stable25
# Create the new backport branch
git checkout -b fix/foo-stable25
# Cherry pick the change from the commit sha1 of the change against the default branch# This might cause conflicts. Resolve them.
git cherry-pick abc123
# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable25More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport |
ChristophWurst
commented
Jun 1, 2023
/backport to stable25 |
ChristophWurst
commented
Jun 1, 2023
the backport worked locally |
The backport to stable25 failed. Please do this backport manually. # Switch to the target branch and update it
git checkout stable25
git pull origin/stable25
# Create the new backport branch
git checkout -b fix/foo-stable25
# Cherry pick the change from the commit sha1 of the change against the default branch# This might cause conflicts. Resolve them.
git cherry-pick abc123
# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable25More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport |
Summary
Fixes
Call to a member function serialize() on null at apps/dav/lib/CalDAV/Reminder/ReminderService.php:261with 25.0.4.TODO
Checklist