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
The populate DB command process that we use to add data to the backend during development builds has an issue where the events are getting both an online location link and a physical location. They should only get an online link if they're an online event or a physical location if they're a physical one. We have an issue where the map and the link component are being shown. The code for this can be found in backend/core/management/commands.
Note
We should also fix this in the frontend to make sure that only one of the components is conditionally used.
Terms
Behavior
The populate DB command process that we use to add data to the backend during development builds has an issue where the events are getting both an online location link and a physical location. They should only get an online link if they're an online event or a physical location if they're a physical one. We have an issue where the map and the link component are being shown. The code for this can be found in backend/core/management/commands.
Note
We should also fix this in the frontend to make sure that only one of the components is conditionally used.