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
https://cubingusa.org/admin/edit_users
Entering
Tim Reynolds,
in the box raises an error at this line: https://github.com/cubingusa/org/blob/master/src/handlers/admin/edit_users.py#L18
QueryError: Failed to parse query "Tim Reynolds,"
Looks like app engine query strings aren't supposed to have commas in them: https://cloud.google.com/appengine/docs/standard/python/search/query_strings
The text was updated successfully, but these errors were encountered:
(This isn't very severe since it's admin-only and not clearly broken, just filing issues for various errors that monitoring caught)
Sorry, something went wrong.
#240 rewrites the edit user page significantly, so I think this is obsolete.
No branches or pull requests
https://cubingusa.org/admin/edit_users
Entering
Tim Reynolds,
in the box raises an error at this line: https://github.com/cubingusa/org/blob/master/src/handlers/admin/edit_users.py#L18
QueryError: Failed to parse query "Tim Reynolds,"
Looks like app engine query strings aren't supposed to have commas in them: https://cloud.google.com/appengine/docs/standard/python/search/query_strings
The text was updated successfully, but these errors were encountered: