Crash when restoring index filter

Issue #115 closed
Mikhail Lopatkin repo owner created an issue
  1. Create index filter
  2. Close app
  3. Re-open app

Result - crash due to cyclic dependency

Comments (3)

  1. Mikhail Lopatkin reporter

    Fix #115: Break cyclic dependency on MainFilterController

    LogModelFilter now has separate implementation but it is totally controlled by the MainFilterController. This allows us to create LogTable with Filter first and then create MainFilterController which restores saved filters.

    → <<cset e1cd38f9610a>>

  2. Log in to comment