docs: add fixmes
This commit is contained in:
parent
12317c56b3
commit
858e7d60a6
1 changed files with 3 additions and 0 deletions
|
@ -185,6 +185,9 @@ export default {
|
||||||
filter_concat: 'and',
|
filter_concat: 'and',
|
||||||
filter_include_nulls: this.showNulls,
|
filter_include_nulls: this.showNulls,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// FIXME: Add button to show / hide overdue
|
||||||
|
|
||||||
if (!this.showAll) {
|
if (!this.showAll) {
|
||||||
if (this.showNulls) {
|
if (this.showNulls) {
|
||||||
params.filter_by.push('start_date')
|
params.filter_by.push('start_date')
|
||||||
|
|
Loading…
Reference in a new issue