Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Map: "All" works correctly with date in URL #358

Merged
merged 3 commits into from
Apr 15, 2024
Merged

Conversation

dgmstuart
Copy link
Owner

No description provided.

The issue seems to be that if there was a date in params, then that gets
passed to the url helper by default, which I guess in other situations
would be what we want, but here we specifically want the url to not
include a date so that we get all dates.

The solution is to split the url helpers so that we explicitly only get
dates when we ask for them.
These are more similar than they initially appeared.
@dgmstuart dgmstuart merged commit 4fb1874 into main Apr 15, 2024
1 check passed
@dgmstuart dgmstuart deleted the dgms/more-map-fixes branch April 15, 2024 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant