| Summary: | Ticket documents not available | ||
|---|---|---|---|
| Product: | [Applications] KDE Itinerary | Reporter: | Tobias Fella <fella> |
| Component: | general | Assignee: | Volker Krause <vkrause> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Android | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/pim/itinerary/commit/7e58952c041614b0edc1ae29a414a2beb6532afa | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Tobias Fella
2022-07-09 13:08:52 UTC
Attached documents don't survive Android's system calendar (that doesn't support ical attachments), so the documents not being there is unfortunately expected, but we should then remove/hide document references if the documents are missing. Importing via KDE Connect should include the documents, and so should importing the PDFs directly. A possibly relevant merge request was started @ https://invent.kde.org/pim/itinerary/-/merge_requests/79 Git commit 7e58952c041614b0edc1ae29a414a2beb6532afa by Tobias Fella. Committed on 11/07/2022 at 15:51. Pushed by tfella into branch 'master'. Check availability of documents while counting them Fixes the cases where documents are counted but not available. This can happen if the events come from android's system calendar or if the document was deleted from another event's document list. In both of these cases, the reference should probably be deleted instead, but this is a good safety measure nevertheless. M +1 -0 src/app/DetailsPage.qml M +1 -0 src/app/TimelineDelegate.qml M +19 -2 src/app/timelinedelegatecontroller.cpp M +5 -0 src/app/timelinedelegatecontroller.h https://invent.kde.org/pim/itinerary/commit/7e58952c041614b0edc1ae29a414a2beb6532afa |