-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Error Details
Error Type: NameError
Error Message: name 'TeamMemberType' is not defined
Occurrence Details
URL: /onboarding/admin/approval-queue/
Method: GET
User: admin
Timestamp: 2025-12-18T15:32:51.902326
Traceback
Traceback (most recent call last):
File "/usr/local/lib/python3.11/site-packages/django/core/handlers/base.py", line 181, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/django/contrib/auth/decorators.py", line 21, in _wrapped_view
return view_func(request, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/onboarding/views.py", line 2471, in admin_approval_queue
all_types = TeamMemberType.objects.filter(
^^^^^^^^^^^^^^
NameError: name 'TeamMemberType' is not definedThis issue was automatically created by the error handler middleware.