https://bugs.kde.org/show_bug.cgi?id=510112
Allen Winter <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/pim/ | |korganizer/-/commit/aa90262 | |3b853c68290e226d3910c6b3967 | |22dd8a --- Comment #3 from Allen Winter <[email protected]> --- Git commit aa902623b853c68290e226d3910c6b396722dd8a by Allen Winter. Committed on 24/08/2026 at 10:08. Pushed by winterz into branch 'master'. src/dialog/searchdialog.cpp - fix searching after a result is edited When an item in the search results list was edited, that item would disappear from the results, even if the search criteria was still met. Somewhere, the custom property for COLLECTION-ID was not being properly added and then propagated back to the newly modified incidence. This patch avoids that problem by looking in all calendars (not just the COLLECTION-ID calendar) for each incidence in the date-range. Probably a bit slower but works in all cases. M +7 -1 src/dialog/searchdialog.cpp https://invent.kde.org/pim/korganizer/-/commit/aa902623b853c68290e226d3910c6b396722dd8a -- You are receiving this mail because: You are watching all bug changes.
