Commit Graph

2879 Commits

Author SHA1 Message Date
c7e651a1d4 place submit button in bootsrap input group 2025-08-04 17:56:31 +00:00
a247fab842 remove debug statements 2025-08-04 17:46:52 +00:00
bb3b86f5e0 add unassigned translation 2025-08-04 17:42:59 +00:00
513812b0f5 Add tooltip trans to save ticket asignment
Co-authored-by: Benbb96 <Benbb96@users.noreply.github.com>
2025-08-04 17:34:45 +00:00
e6d218728b also filter users for ticket assign by staff=true 2025-08-04 17:33:10 +00:00
5d06d4c114 revert multi page code for mass update 2025-08-04 17:28:10 +00:00
305eb0f665 switch assign user to use use update ticket not mass 2025-08-04 17:24:51 +00:00
57328ed636 add tooltip to save assign user button 2025-08-02 01:55:13 +00:00
5aae48ca86 reduce redundant current user entries in assign ticket 2025-08-02 01:50:18 +00:00
9428304f3f ruff format staff.py 2025-08-01 18:59:30 +00:00
83af45939f organize assignment box 2025-08-01 18:57:06 +00:00
2d92859f50 dropdown works for assign 2025-08-01 18:53:22 +00:00
3fca77a479 Always let users take a ticket 2025-08-01 17:52:57 +00:00
cc815ecf40 Merge branch 'django-helpdesk:main' into main 2025-08-01 17:50:56 +00:00
948ac56b29 Merge pull request #1292 from DavidVadnais/space-out-followup-optional-buttons
Space between followup optional buttons delete and edit when both are present.
2025-08-01 17:49:12 +00:00
2e91aaf829 the feature is for reassignment not assignment 2025-08-01 03:52:09 +00:00
57984fe942 added option for ticket reassign 2025-08-01 03:43:27 +00:00
6be287beb3 Space between followup optional buttons 2025-08-01 02:49:30 +00:00
d07421076a Merge pull request #1289 from django-helpdesk/add_submitter_to_roles_being_emailed_on_ticket_update
Add submitter to roles being emailed on ticket update
v1.7.0
2025-07-28 11:47:26 +02:00
6a2d02729c Fix typo 2025-07-27 23:16:31 +01:00
ab42d1aec9 Bump version number 2025-07-27 23:15:39 +01:00
a87d719f2c Make sure the HELPDESK_NOTIFY_SUBMITTER_FOR_ALL_TICKET_CHANGES attrib is
correctly set.
2025-07-27 23:09:54 +01:00
430d22f964 Add recipient list of emails in fail message 2025-07-27 19:03:46 +01:00
1f0cd14139 Tests for email notifications on c=ticket creation and updating. 2025-07-27 15:58:46 +01:00
d9cf3739c5 Fix template prefix for public updates 2025-07-27 15:58:22 +01:00
d81c5f8765 Formatting fixes 2025-07-27 12:09:29 +01:00
8776fa4d93 Redo submitter notification logic with clearer understanding of
implementation.
2025-07-27 12:03:43 +01:00
850e348107 Change the setting name for submitter email notification control.
Update the documentation.
2025-07-27 12:01:13 +01:00
f696f95402 Avoid fetching a hard coded object for every instantiation of the
method.
2025-07-27 10:38:06 +01:00
daf6e89d8e Remove restriction on Django max version 2025-07-27 00:44:54 +01:00
6ebba91a6f Fix formatting 2025-07-27 00:35:46 +01:00
ac153518e3 Rationalise email notifications handling.
Add support for non-public submitter notification
2025-07-27 00:29:14 +01:00
c443d8f286 Add setting to control sending email to submitter when updating a
non-public ticket
2025-07-27 00:28:16 +01:00
f0ac0b62f3 Merge pull request #1288 from X-croot/main
Turkish translation
2025-07-21 21:39:55 +02:00
93c7fd91c3 Add files via upload 2025-07-21 22:22:52 +03:00
d94759258f Delete helpdesk/locale/tr_TR⁄LC_MESSAGES/django.mo 2025-07-21 22:21:42 +03:00
741f12a24e Delete helpdesk/locale/tr_TR⁄LC_MESSAGES/django.po 2025-07-21 22:21:30 +03:00
711a34717b Add files via upload 2025-07-21 22:20:16 +03:00
3ed94d5dfb Delete helpdesk/locale/tr_TR/LC_MESSAGES/django.po 2025-07-21 22:16:29 +03:00
0bb29caee8 Delete helpdesk/locale/tr_TR/LC_MESSAGES/django.mo 2025-07-21 22:15:46 +03:00
388b3aefd6 Merge pull request #1287 from django-helpdesk/fix_ticket_form_custom_fields_update
Fix ticket form update when there are custom required fields
v1.6.2
2025-07-17 16:32:45 +00:00
69752ec558 Update version number for next release. 2025-07-17 11:37:08 +01:00
c02c40f589 Make rundemo script repeatably executable 2025-07-17 00:19:49 +01:00
32007bbc1b Add unit test for custom fields 2025-07-17 00:19:10 +01:00
507c472960 Force additional fields div to open before submit to show field errors. 2025-07-17 00:14:12 +01:00
40e9867495 Merge pull request #1285 from ezra-varady/ezra/query-context
Add custom sorting in get_datatable_context
2025-07-16 10:38:43 +02:00
17127db869 fix lint 2025-07-14 11:10:48 -10:00
dcd51adfd9 add argument to get_datatable_context to allow custom sorting 2025-07-08 09:50:23 -10:00
8b4c2afc4b Merge pull request #1284 from mdesco-crgl/issue#1279
Issue #1279: Fix Ticket ID matching across queues in email processor
2025-07-08 00:06:13 +02:00
a056e4d0a8 add unit test for get_ticket_id_from_slug and alt queue processing for get_email 2025-07-07 21:42:20 +00:00