We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Triggered this error while playing with the sort desc checkbox and the apply button that are only visible on this page at mobile screen width:
https://latest.datasette.io/fixtures/compound_three_primary_keys?_sort_desc=pk1
Navigate to that page (with the browser narrow enough to show the box), un-check the box and click Apply:
Also notable: I managed to get to a page with ?_sort_desk=pk1 in the URL three times by clicking around with that button.
?_sort_desk=pk1
The text was updated successfully, but these errors were encountered:
This isn't just a mobile display issue.
https://latest.datasette.io/fixtures/compound_three_primary_keys?_sort_desc=pk1 - click "Apply" and each time it adds another ?_sort_desc=pk1 to the URL.
?_sort_desc=pk1
This doesn't happen for ?_sort=pk - only for ?_sort_desc=pk1: https://latest.datasette.io/fixtures/compound_three_primary_keys?_sort=pk1
?_sort=pk
Sorry, something went wrong.
Don't duplicate _sort_desc, refs #1738
1563c22
That fixed both bugs.
Release 0.62
815162c
Refs #903, #1300, #1683, #1701, #1712, #1717, #1718, #1728, #1733, #1738, #1739, #1744, #1746, #1748, #1759, #1766, #1768, #1770, #1773, #1779 Closes #1782
No branches or pull requests
Triggered this error while playing with the sort desc checkbox and the apply button that are only visible on this page at mobile screen width:
https://latest.datasette.io/fixtures/compound_three_primary_keys?_sort_desc=pk1
Navigate to that page (with the browser narrow enough to show the box), un-check the box and click Apply:
Also notable: I managed to get to a page with
?_sort_desk=pk1
in the URL three times by clicking around with that button.The text was updated successfully, but these errors were encountered: