Skip to content
  • Glen Ditchfield's avatar
    Fix possible abort when creating incidences with tags · 70aa7ba4
    Glen Ditchfield authored
    When a new incidence was created with a tag, a call chain ran from
    `IncidenceChanger::CreatedFinished()` through
    `ItemEditorPrivate::itemFetchResult()` to `IncidenceCategories::load()`
    which did nothing; then `CombinedIncidenceEditor::load(Incidence::Ptr &)`
    would Q_ASSERT because the categories editor was still dirty.
    70aa7ba4