Skip to content
Verified Commit fd6d6bd3 authored by Daniel Vrátil's avatar Daniel Vrátil 🤖
Browse files

Apply current view filter on the Todo model as well

Previously the Todo model was derived from ETMCalendar, which internally
had a CalFilterProxyModel to filter out incidences based on a CalFilter.
Nowadays we are building right on top of an ETM, so we need to apply the
filter manually.

It's a little hacky solution, but it is achieved by taking the current
filter from one of the active calendars and manually filtering each
Todo through it in the TodoViewSortFilterProxyModel.

CCBUG: 484040
FIXED-IN: 24.02.3
parent 0ca561ac
Pipeline #641691 passed with stage
in 2 minutes and 4 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment