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
We could respond with 404 instead of letting AttributeError escape.
Will send a fix that I cooked up while following along with the walk through from the dev meeting, which I very much enjoyed :-)
Traceback (most recent call last): File "/Users/jwalls/prj/arches/arches/app/views/search.py", line 84, in get search_components = searchview_instance.get_searchview_filters() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Exception Type: AttributeError at /search Exception Value: 'NoneType' object has no attribute 'get_searchview_filters'
The text was updated successfully, but these errors were encountered:
Return 404 for nonexistent search components #11532
8534307
ae17f5b
Merge pull request #11533 from archesproject/jtw/404-for-unknown-sear…
4d8e7a2
…ch-component Return 404 for nonexistent search components #11532
jacobtylerwalls
Successfully merging a pull request may close this issue.
We could respond with 404 instead of letting AttributeError escape.
Will send a fix that I cooked up while following along with the walk through from the dev meeting, which I very much enjoyed :-)
The text was updated successfully, but these errors were encountered: