Summary: | Removing all categories from an event causes "Akonadi::Exception: No objects specified" | ||
---|---|---|---|
Product: | [Applications] korganizer | Reporter: | wjb |
Component: | incidence editors | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | gjditchfield, kdenis, wjb |
Priority: | NOR | ||
Version: | 5.16.0 | ||
Target Milestone: | --- | ||
Platform: | Manjaro | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/pim/akonadi/commit/b71307a40fb0c3919191e11bfcfc5cc34a40bf57 | Version Fixed In: | 5.16.2 |
Sentry Crash Report: |
Description
wjb
2021-01-08 09:58:54 UTC
The same error occurs if the calendar is a local ICS file. A possibly relevant merge request was started @ https://invent.kde.org/pim/akonadi/-/merge_requests/46 Git commit b71307a40fb0c3919191e11bfcfc5cc34a40bf57 by Glen Ditchfield. Committed on 27/01/2021 at 03:44. Pushed by dvratil into branch 'release/20.12'. Fix bug when deleting the last tag When IncidenceEditor deletes the last tag of an incidence, it calls `Item::setTags()` with an empty tag list, and eventually `ProtocolHelper::entitySetToScope()` rejects the empty list and returns an error. FIXED-IN: 5.16.2 M +4 -1 src/core/jobs/itemmodifyjob.cpp https://invent.kde.org/pim/akonadi/commit/b71307a40fb0c3919191e11bfcfc5cc34a40bf57 *** Bug 384023 has been marked as a duplicate of this bug. *** |