https://bugs.kde.org/show_bug.cgi?id=332048
gjditchfi...@acm.org changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/pim/ | |incidenceeditor/commit/ba96 | |4b3b52028423b5434058490f8a5 | |062c18072 Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #7 from gjditchfi...@acm.org --- Git commit ba964b3b52028423b5434058490f8a5062c18072 by Glen Ditchfield. Committed on 01/04/2022 at 01:45. Pushed by gditchfield into branch 'release/22.04'. Preserve datetimes of incidences created from templates When the editor applies a template, as identified by the "isTemplate" property, it (usually) does not copy its start/end/due datetimes; it keeps the datetimes set before the template was applied. Unfortunately when the instance is saved it still has the "isTemplate" property, and so when it is edited the editor does not copy its datetimes; the GUI fields are left with default values. Removing the property fixes the bug. M +1 -0 src/incidencedatetime.cpp https://invent.kde.org/pim/incidenceeditor/commit/ba964b3b52028423b5434058490f8a5062c18072 -- You are receiving this mail because: You are watching all bug changes.