WIP: feat: make today really today #1380

Closed
kergma-lw wants to merge 27 commits from fix/upcoming into fix/upcoming
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')