Fix gantt chart not updating when navigating between lists
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2020-05-21 11:19:44 +02:00
parent 12727900de
commit 0d94386e99
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 3 additions and 6 deletions

View File

@ -183,12 +183,9 @@
} }
}, },
watch: { watch: {
dateFrom() { 'dateFrom': 'buildTheGanttChart',
this.buildTheGanttChart() 'dateTo': 'buildTheGanttChart',
}, 'listId': 'parseTasks',
dateTo() {
this.buildTheGanttChart()
},
}, },
created() { created() {
this.now = new Date() this.now = new Date()