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
Click "Apply" on https://covid-19.datasettes.com/covid/ny_times_us_counties?_size=1000&county__exact=San+Francisco&state__exact=California&_sort_desc=date#g.mark=line&g.x_column=date&g.x_type=temporal&g.y_column=cases&g.y_type=quantitative and the ?_size=1000 parameter from the URL will no longer apply on the reloaded page.
?_size=1000
The text was updated successfully, but these errors were encountered:
Relevant code:
datasette/datasette/views/table.py
Lines 815 to 827 in a882d67
It looks like there are other arguments that may not be persisted too.
Sorry, something went wrong.
Should I just blanket copy over any query string argument that starts with an underscore? Any reason not to do that?
I'm going to copy across anything starting with an underscore.
07e1635
Release 0.54
0b9ac1b
Refs #509, #1091, #1150, #1151, #1166, #1167, #1178, #1181, #1182, #1184, #1185, #1186, #1187, #1194, #1198
No branches or pull requests
Click "Apply" on https://covid-19.datasettes.com/covid/ny_times_us_counties?_size=1000&county__exact=San+Francisco&state__exact=California&_sort_desc=date#g.mark=line&g.x_column=date&g.x_type=temporal&g.y_column=cases&g.y_type=quantitative and the
?_size=1000
parameter from the URL will no longer apply on the reloaded page.The text was updated successfully, but these errors were encountered: