server
                                
                                 server copied to clipboard
                                
                                    server copied to clipboard
                            
                            
                            
                        going from list view to dashboards wont update the dashboards with the latest changes.
Describe the bug
If you make some changes in the list view (creating and deleting a timespan or stopping a running one), you won't see it in dashboard charts right away. it requires refreshing the whole tab to fetch the new data.
It's a minor inconvenience(issue) that could be by design but I thought I should mention it.
It's already working properly when you switch from list to calendar.
To Reproduce Steps to reproduce the behavior:
- Go to list view
- Add new time span with manual mode (or stop a running tracker) 
- Go to the dashboard
- Corresponding chart is empty. 
- reload the tab
- chart includes the new entry now 
Yeah, we probably have to make the dashboards dependent on the timespan mutations, so the cache is flushed.