You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/usr/local/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
response = get_response(request)
^^^^^^^^^^^^^^^^^^^^^
File "/usr/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 "/app/epilepsy12/decorator.py", line 407, in wrapper
return view(request, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/epilepsy12/views/organisational_audit_views.py", line 289, in organisational_audit
if organisation.local_health_board:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Exception Type: AttributeError at /organisational_audit
Exception Value: 'NoneType' object has no attribute 'local_health_board'
Raised during: epilepsy12.decorator.wrapper
The affected audit team member didn't have an organisation employer. For all the other audit team members we have assigned them to Kings to avoid this (no permissions implications as audit team members can see all the data across all the units).
I have also assigned the affected member to Kings but raising this issue to track the crash nonetheless. For this particular URL there is likely not much we can do anyway since we don't have an organisational audit "overview" page, so what page would we expect to redirect audit team members to anyway.
The text was updated successfully, but these errors were encountered:
The affected audit team member didn't have an organisation employer. For all the other audit team members we have assigned them to Kings to avoid this (no permissions implications as audit team members can see all the data across all the units).
I have also assigned the affected member to Kings but raising this issue to track the crash nonetheless. For this particular URL there is likely not much we can do anyway since we don't have an organisational audit "overview" page, so what page would we expect to redirect audit team members to anyway.
The text was updated successfully, but these errors were encountered: