Merge pull request #7632 from govindsmenokee/patch-2

fix(kanban): Add code to setup realtime updates
This commit is contained in:
Suraj Shetty 2019-06-11 23:25:02 +05:30 committed by GitHub
commit f40dc7b840
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,6 +56,7 @@ frappe.views.KanbanView = class KanbanView extends frappe.views.ListView {
}
setup_view() {
this.setup_realtime_updates();
}