mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-05-01 16:58:21 -05:00
The filter_include_nulls property from the filter in a view would override the property set through the query string. Because we don't have a way in the UI to set this for filters in views, this makes the setting pretty opaque and unpredictable. Since we want to remove the nulls option anyways, we can just ignore it here. Resolves https://github.com/go-vikunja/vikunja/issues/1781