Summary: | holiday display doesn't update after picking holidays | ||
---|---|---|---|
Product: | [Applications] korganizer | Reporter: | test |
Component: | otherviews | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | test |
Priority: | NOR | ||
Version First Reported In: | 5.24.5 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/pim/korganizer/-/commit/37bf2119cf46302df5c266a886ac57599844030d | Version Fixed In: | 24.05 |
Sentry Crash Report: |
Description
test
2024-03-14 01:49:31 UTC
A possibly relevant merge request was started @ https://invent.kde.org/pim/korganizer/-/merge_requests/121 Git commit 37bf2119cf46302df5c266a886ac57599844030d by Daniel Vrátil. Committed on 08/04/2024 at 15:50. Pushed by dvratil into branch 'master'. Remove options from KOPrefs that already exist in CalendarSupport::KCalPrefs Some of the holiday-related options were duplicated in both KOPrefs (KOrganizer config) and KCalPrefs (CalendarSupport config used by other components like EventViews). While both objects operate on top of the same config file, if the holidays option got changed through one of the objects, the other one was unaware of the change. This caused a weird behavior where re-configuring holidays in KOrganizer showed up only where KOPrefs object was used to read the configuration, but wouldn't show up in event views, which use KCalPrefs until the application was restarted. FIXED-IN: 24.05 M +2 -2 src/calendarview.cpp M +2 -2 src/kocorehelper.h M +8 -7 src/prefs/koprefsdialogtime.cpp M +0 -17 src/settings/korganizer.kcfg https://invent.kde.org/pim/korganizer/-/commit/37bf2119cf46302df5c266a886ac57599844030d |