django-helpdesk/helpdesk
2024-09-16 10:26:58 +02:00
..
fixtures
locale
management
migrations
static/helpdesk
templates/helpdesk Display custom fields in Follow-up form 2024-07-26 08:46:26 +00:00
templatetags
tests
views DUPLICATE_STATUS Tickets moved to closed & resolved ones 2024-09-16 10:26:58 +02:00
__init__.py
.flake8
admin.py
apps.py Rewrite dependency tickets ordering, using Case annotation 2024-06-10 10:08:07 +02:00
decorators.py
email.py Fix: helpdesk settings are imported as settings 2024-06-07 18:04:05 +02:00
exceptions.py
forms.py Cleaned EditTicketCustomFieldForm 2024-07-26 11:12:10 +00:00
lib.py
models.py Moving python time_spent calculation to database aggregation 2024-07-10 10:54:17 +00:00
poll_helpdesk_email_queues.sh
query.py
serializers.py
settings.py Adding HELPDESK_SHOW_CUSTOM_FIELDS_FOLLOW_UP_LIST to settings 2024-07-26 10:49:36 +00:00
signals.py
tasks.py
templated_email.py
update_ticket.py Handle case where update_ticket doesn't handle customfields_form 2024-07-26 10:31:22 +00:00
urls.py delete_query view is expecting a pk field 2024-07-09 14:04:28 +00:00
user.py
validators.py
webhooks.py