Commit Graph

1637 Commits

Author SHA1 Message Date
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
165adf5230 Change to support the query fixes so that unassigned option works for
persisting visibility of filters
2025-03-06 02:42:07 +00:00
4ca1ec24dc Fix isnull test 2025-03-06 02:39:49 +00:00
c30bf866df Fix multiple problems with search filters and query building 2025-03-06 02:38:42 +00:00
3fab1def95 Fix setting the unassigned (-1) option as selected 2025-03-06 02:37:53 +00:00
c489bbecbd Merge branch 'django-helpdesk:main' into BUG-1231-my-tickets 2025-03-03 22:03:20 +00:00
f43e0474a7 Issue #1235 - Escalation only notify users 2025-02-03 20:59:39 +00:00
6f3549eb5a Remove ticket_title in favor of title 2025-01-21 18:49:06 +00:00
9cbe8ebcfa Revert "temp fix for titles not updating"
This reverts commit 010f9fc764.
2025-01-21 18:38:27 +00:00
010f9fc764 temp fix for titles not updating 2025-01-18 02:51:15 +00:00
aa5c137a11 Fix for my-tickets div not appending to DOM 2025-01-18 02:07:14 +00:00
5ae1c1fdcb Forcing POST urls for votes 2024-12-06 10:16:14 +00:00
9ab10b93e1 Removing Test Client 2024-12-06 10:11:29 +00:00
93f6123545 Reverting to TestCase client 2024-12-06 10:07:08 +00:00
f7ca446bc9 Fixed url pattern 2024-12-06 10:03:57 +00:00
af2fac038c Update votes with POST method and CSRF token 2024-12-06 09:19:06 +00:00
8d2b09bb11 Update kb vote function 2024-12-05 09:47:23 +00:00
f710c07927 Escape html entities for followup title in ticket view 2024-12-05 09:35:26 +00:00
e0a04b5040 Javascript escape of html entities in ticket title for the My Tickets view 2024-12-05 09:33:17 +00:00
2c24fa9cae Improve help texts 2024-10-19 16:50:17 +02:00
0a1e73918d Refactor custom commands with modern syntax 2024-10-19 00:57:44 +02:00
a7b3177944 DUPLICATE_STATUS Tickets moved to closed & resolved ones 2024-09-16 10:26:58 +02:00
2ec9f01f00 Cleaned EditTicketCustomFieldForm 2024-07-26 11:12:10 +00:00
f31f3eb233 Filter custom fields according to settings list 2024-07-26 11:04:54 +00:00
8eb883e19e Adding HELPDESK_SHOW_CUSTOM_FIELDS_FOLLOW_UP_LIST to settings 2024-07-26 10:49:36 +00:00