|
4610416553
|
fix for #1259
|
2025-04-18 15:49:09 -07:00 |
|
|
300c22b1af
|
Change tab to space
|
2025-04-11 20:42:10 +01:00 |
|
|
a82974b3dd
|
Fix typo
|
2025-04-11 11:39:42 +01:00 |
|
|
0e9d3477ff
|
Remove redundant default for get method on dict.
|
2025-04-11 11:38:18 +01:00 |
|
|
db7ded2573
|
Fix spelling error
|
2025-04-11 11:31:31 +01:00 |
|
|
4aabafac3b
|
Add unit tests for attachments via staff update to ticket
|
2025-04-09 09:28:06 +01:00 |
|
|
687467ea27
|
Formatting fix
|
2025-04-09 09:27:31 +01:00 |
|
|
7288845e92
|
Add required POST params to tests - update uses better form validation.
|
2025-04-09 07:36:13 +01:00 |
|
|
6925aaaf38
|
Fix create ticket path
|
2025-04-09 07:35:13 +01:00 |
|
|
2ab22ca3cc
|
Fix formatting
|
2025-04-08 22:59:02 +01:00 |
|
|
c5e79cd254
|
Support error feedback instewad of a page crash when wrong file picked.
|
2025-04-08 22:58:03 +01:00 |
|
|
f22f1e7daa
|
Add UpdateTicketView class to support ticket updates as class based
view.
|
2025-04-08 22:55:49 +01:00 |
|
|
821ac919e8
|
Modifications to support update as a class based view.
|
2025-04-08 22:53:14 +01:00 |
|
|
7341685286
|
Fix hide due_date when HELPDESK_PUBLIC_TICKET_DUE_DATE set to None
|
2025-04-05 00:39:30 +01:00 |
|
|
7283a9bcd9
|
Update helpdesk/tests/test_get_email.py
Co-authored-by: Benbb96 <Benbb96@users.noreply.github.com>
|
2025-04-03 22:13:28 +01:00 |
|
|
4ac4650a70
|
Formatting fix
|
2025-04-02 10:42:15 +01:00 |
|
|
21b0be1b36
|
Tests for emails with attachment and no content part or attachment and
empty content part.
|
2025-04-02 10:16:02 +01:00 |
|
|
c68b3d933d
|
Support optional passing in of body text.
|
2025-04-02 10:14:26 +01:00 |
|
|
75bd375c6b
|
Fix formatting errors after doing app wide instead of only the heldesk
folder
|
2025-04-01 11:09:34 +01:00 |
|
|
c46e8a5454
|
Fix linting errors after removing ignored settings
|
2025-04-01 11:07:28 +01:00 |
|
|
84b57f5c60
|
Change assert to use the IsNone/IsNotNone shortcut
|
2025-03-31 13:09:37 +01:00 |
|
|
432fe3c5e7
|
Fix linting errors
|
2025-03-29 11:58:32 +00:00 |
|
|
6c43d4c685
|
Fix error when preventing creating ticket from email when setting is
True.
Standardise to use of helpdesk_settings as done in all other packages
using the helpdesk settings file.
|
2025-03-29 11:38:33 +00:00 |
|
|
797f285f48
|
Remove HELPDESK_FULL_FIRST_MESSAGE_FROM_EMAIL as it is only accessed as
a Django setting
|
2025-03-29 11:19:29 +00:00 |
|
|
2462f8f426
|
search was broken by ruff
|
2025-03-25 00:46:11 +00:00 |
|
|
3683dd6e0a
|
remove unused variables
|
2025-03-24 09:43:19 -10:00 |
|
|
091670179b
|
run ruff formatter
|
2025-03-22 15:29:19 -10:00 |
|
|
8ebb111b37
|
ticket_list.html NO_FOLLOWUP_TEXT name the no followup string ALTERNATIVE_UI_STRINGS
|
2025-03-22 09:32:04 -10:00 |
|
|
b66b2a570e
|
Test now have last_followup None not empty string
|
2025-03-22 00:11:15 +00:00 |
|
|
fa3d4731a1
|
remove unused imports serializers.py
|
2025-03-21 23:59:14 +00:00 |
|
|
1e580aa59d
|
for last_followup remove filter stub, fix localization, improve serializer
|
2025-03-21 23:55:28 +00:00 |
|
|
27a94dde34
|
only render 2 digits after . in reports
|
2025-03-20 00:16:14 +00:00 |
|
|
cf2fb41bc7
|
Actual field parsing for last_followup
|
2025-03-20 00:04:05 +00:00 |
|
|
9c8ca60f3c
|
Use locale for last_followup
|
2025-03-19 23:29:43 +00:00 |
|
|
01c28a4d62
|
faster query for followup_date
|
2025-03-19 23:09:54 +00:00 |
|
|
acccec47a3
|
check if asserEqual is backward compatible
|
2025-03-18 23:04:42 +00:00 |
|
|
a939d2ff3d
|
humanize last_followup date
|
2025-03-18 22:42:26 +00:00 |
|
|
b2375381a1
|
Remove filter and uneeded render code
|
2025-03-18 22:32:46 +00:00 |
|
|
57fe30ca00
|
test fix: the field last_followup now defaults to an empty string instead of none
|
2025-03-18 19:38:18 +00:00 |
|
|
f6277382aa
|
query speedups in query and serializers
|
2025-03-18 19:26:00 +00:00 |
|
|
8233c0fc45
|
fx lib error and unit test query add followup
|
2025-03-12 03:24:02 +00:00 |
|
|
81340d1049
|
add last_followup to unit tests
|
2025-03-12 03:13:23 +00:00 |
|
|
0e3d450e94
|
Merge branch 'main' of github.com:DavidVadnais/django-helpdesk
|
2025-03-12 03:00:36 +00:00 |
|
|
e5906184df
|
Removed filtering for last followup
|
2025-03-12 02:59:54 +00:00 |
|
|
b7b04166fc
|
sorting on Last Followup works
|
2025-03-12 02:46:08 +00:00 |
|
|
921d424239
|
last followups show in all tickets but cant be sorted by
|
2025-03-11 23:01:38 +00:00 |
|
|
3a59dfb846
|
Merge branch 'django-helpdesk:main' into ENHANCEMENT-escalation-notify-only
|
2025-03-07 10:03:34 -10:00 |
|
|
fb898af207
|
Fix spelling
|
2025-03-07 13:33:41 +00:00 |
|
|
2085e3ad68
|
Merge branch 'django-helpdesk:main' into ENHANCEMENT-escalation-notify-only
|
2025-03-06 20:42:00 +00:00 |
|
|
abdd750e2a
|
REvert status to not support unassigned since it is a required field.
|
2025-03-06 12:18:30 +00:00 |
|