(js) Add automatic refresh of calendar view

We were only refreshing the selected component list, we now also refresh
the calendar view.
This commit is contained in:
Francis Lachapelle
2016-10-12 11:01:59 -04:00
parent e20d2281db
commit c50c3763b1
4 changed files with 14 additions and 5 deletions
@@ -41,7 +41,7 @@
vm.selectedList = 1;
type = 'tasks';
}
selectComponentType(type, { reload: true });
selectComponentType(type, { reload: true }); // fetch events/tasks lists
});
// Refresh current list when the list of calendars is modified