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
Describe the bug
When going to apply/submissions/result/ on a fresh install, get the following error:
apply/submissions/result/
[ERROR][django.request] Internal Server Error: /apply/submissions/result/ Traceback (most recent call last): File "/home/ots-ardc/.local/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/home/ots-ardc/.local/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/ots-ardc/.local/lib/python3.11/site-packages/django/views/generic/base.py", line 104, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/ots-ardc/.local/lib/python3.11/site-packages/django/utils/decorators.py", line 46, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/ots-ardc/.local/lib/python3.11/site-packages/django/utils/decorators.py", line 134, in _wrapper_view response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/ots-ardc/.local/lib/python3.11/site-packages/django/utils/decorators.py", line 46, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/ots-ardc/.local/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 23, in _wrapper_view return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/ots-ardc/.local/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 23, in _wrapper_view return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/ots-ardc/.local/lib/python3.11/site-packages/django/views/generic/base.py", line 143, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/ots-ardc/.local/lib/python3.11/site-packages/django_filters/views.py", line 85, in get context = self.get_context_data(filter=self.filterset, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/ots-ardc/upstream-hypha/hypha/apply/funds/views.py", line 1729, in get_context_data average_value = intcomma(round(submission_values.get("value__avg"))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expected behavior
See the results page
Priority
Affected roles
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
Avoid error when no submission values exist. (#3786)
f51c8ef
Fixes #3785 Add a check to see if there are any submission values.
8e5e75b
0127d08
Avoid error when no submission values exist. (HyphaApp#3786)
42b8676
Fixes HyphaApp#3785 Add a check to see if there are any submission values.
Successfully merging a pull request may close this issue.
Describe the bug
When going to
apply/submissions/result/
on a fresh install, get the following error:Expected behavior
See the results page
Priority
Affected roles
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: