You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Go to resource search page (today should be selected)
Change date to some day where opening hours are different than today (for example weekend vs. not weekend)
Click resource link on the left
Now on the resource page opening hours are shown correctly on the timeline
Refresh the page
Now it looks that the resource is closed the whole day, because the opening hours of the selected day are not used
This seems to happen because when resource page is refreshed, AppContainer fetches all resources with today's opening hours and ResourcePageContainer fetches the specific resource with selected day's opening hours. When the former request finishes after the latter, state (data.resources) will have today's opening hours.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
This seems to happen because when resource page is refreshed, AppContainer fetches all resources with today's opening hours and ResourcePageContainer fetches the specific resource with selected day's opening hours. When the former request finishes after the latter, state (data.resources) will have today's opening hours.
The text was updated successfully, but these errors were encountered: