1
0

Fix gantt chart not updating when navigating between lists

This commit is contained in:
kolaente
2020-05-21 11:19:44 +02:00
parent 12727900de
commit 0d94386e99

View File

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