Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
frontend: load all dayResponsibles in one request in Dashboard.vue
By loading the days in one request which embed the dayResponsibles. When loading the dayResponsibles directly, there was still a request per day for the dayResponsibles. This makes the loading of Dashboard.vue faster. It also may reduce the e2e test failures of the firefox tests due to: "Request aborted" errors after the test is finished. (The test did not wait for the dayResponsibles to be loaded and then aborted the load which lead to the requests being aborted.)
- Loading branch information