feat: add date math for filters #1342

Merged
konrad merged 88 commits from feature/date-math into main 2022-03-28 17:30:43 +00:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit 858e7d60a6 - Show all commits

View File

@ -185,6 +185,9 @@ export default {
filter_concat: 'and',
filter_include_nulls: this.showNulls,
}
// FIXME: Add button to show / hide overdue
if (!this.showAll) {
if (this.showNulls) {
params.filter_by.push('start_date')