Skip to content

Assign and compare more Incidence::Private members

Incidence::Private::init(), at the end of a call chain starting at IncidenceBase::operator=(), did not copy mDescriptionIsRich, causing BUG: 437670

This patch copies mDescriptionIsRich and other ignored fields. It also adds comparisons for them to Incidence::equals(). Finally, JournalTest::testAssign() did not actually test assignment.

Merge request reports