mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-21 21:28:33 +00:00
(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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user