https://bugs.kde.org/show_bug.cgi?id=510112
Allen Winter <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/pim/ |https://invent.kde.org/pim/ |korganizer/-/commit/aa90262 |korganizer/-/commit/addd548 |3b853c68290e226d3910c6b3967 |2c5d42d4aa1460ca6f4b03237c4 |22dd8a |d05ee2 --- Comment #4 from Allen Winter <[email protected]> --- Git commit addd5482c5d42d4aa1460ca6f4b03237c4d05ee2 by Allen Winter. Committed on 24/08/2026 at 10:26. Pushed by winterz into branch 'release/26.08'. 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. (cherry picked from commit aa902623b853c68290e226d3910c6b396722dd8a) M +7 -1 src/dialog/searchdialog.cpp https://invent.kde.org/pim/korganizer/-/commit/addd5482c5d42d4aa1460ca6f4b03237c4d05ee2 -- You are receiving this mail because: You are watching all bug changes.
