Skip to content

Bugfix: date is overwritten with string while in edit mode

Currently, kontdownDelegate displays an implausible date (e.g. -19.358 days) while in edit mode, because date is unnecessarily overwritten with a string. The implausible date is kept forever if the user leaves the edit overlay sheet with ESC.

Fixed by removing the date = assignment.

Merge request reports