mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-22 16:03:19 +01:00
0610a6645d
If HELPDESK_ENABLE_PER_QUEUE_STAFF_MEMBERSHIP was True but a user had no QueueMembership entries, then restricting queue access generated RelatedObjectDoesNotExist exceptions. - Ask for forgiveness whenever we try to limit a queryset by the queuemembership related object set. - Since tests can now be run with the project's settings active, rather than only with quicktest.py's settings, restore the initial HELPDESK_ENABLE_PER_QUEUE_MEMBERSHIP value after having tested the related functionality. |
||
---|---|---|
.. | ||
fixtures | ||
locale | ||
management | ||
migrations | ||
south_migrations | ||
static/helpdesk | ||
templates/helpdesk | ||
templatetags | ||
tests | ||
views | ||
__init__.py | ||
admin.py | ||
akismet.py | ||
apps.py | ||
forms.py | ||
lib.py | ||
models.py | ||
poll_helpdesk_email_queues.sh | ||
settings.py | ||
urls.py |