Summary: | New event button does not use currently selected date as default | ||
---|---|---|---|
Product: | [Applications] korganizer | Reporter: | Kishore Gopalakrishnan <kishore96> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dvratil, mobile.harvey |
Priority: | NOR | Keywords: | qt6 |
Version: | 6.0.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Other | ||
Latest Commit: | https://invent.kde.org/pim/eventviews/-/commit/7267eaeb9acfbe35f562ae4ad3be64313c85a2e1 | Version Fixed In: | 24.02.2 |
Sentry Crash Report: |
Description
Kishore Gopalakrishnan
2024-03-17 11:45:20 UTC
Just tried to duplicate this on Neon but korganiser crashes when I execute step 2! Bug report raised. If I can get past step 2 I'll report back. A possibly relevant merge request was started @ https://invent.kde.org/pim/eventviews/-/merge_requests/99 Git commit 7267eaeb9acfbe35f562ae4ad3be64313c85a2e1 by Daniel Vrátil. Committed on 27/03/2024 at 14:03. Pushed by dvratil into branch 'release/24.02'. Don't overwrite valid date in eventDurationHint() The view's hint function is called whenever a new event/todo/journal is being created from KOrganizer. When the new incidence is being created via context menu in the side-pane calendar preview, the selected date might be different from the date currently selected in the main view. In such case, the view should only provide a hint (e.g. about duration or allday-ness of the new event) but shouldn't replace the valid dates. FIXED-IN: 24.02.2 M +9 -0 src/agenda/agendaview.cpp M +9 -0 src/month/monthview.cpp M +19 -4 src/timeline/timelineview.cpp https://invent.kde.org/pim/eventviews/-/commit/7267eaeb9acfbe35f562ae4ad3be64313c85a2e1 |