Georg Lehner
c723873d83
FIX: replace hardcoded urls with Django generated ones.
...
The My Tickets view generated ticket urls with a '/view' string prefix. This
is replaced by proper Django URL resolution.
The public and staff ticket view used a '../../' string prefix which brakes in
the public ticket view. They are both replaced with proper Django URL resolution.
2024-04-17 21:17:41 +02:00
Sam Splunks
5b39c9aeeb
Update forloop for queues with explicit variable names in ticket template
...
Co-authored-by: Benbb96 <Benbb96@users.noreply.github.com>
2024-04-12 10:39:58 +02:00
Sam Splunks
42be32b17b
Allow to track queue change in follow-ups
2024-04-08 12:33:23 +00:00
Sam Splunks
c7a9a1ab54
Removed ticket new status logic from templates
2024-02-05 11:34:56 +01:00
Sam Splunks
6498126b87
Forgot {% endif %} line while pasting code
2024-02-02 16:20:08 +01:00
Sam Splunks
827c0b7ed3
Update public ticket view with new settings statuses logic
2024-02-02 15:40:08 +01:00
Sam Splunks
71047e1fac
Allow new settings statuses in "Respond to this ticket" status changes
2024-02-02 15:32:12 +01:00
Timothy Hobbs
7a4210df50
my_tickets.html: Trans tags
2023-12-04 23:42:49 +00:00
Timothy Hobbs
9b17dc3cbd
More formatting fixes on ticket view page
2023-12-04 23:38:28 +00:00
Timothy Hobbs
4432802562
Fix css for showing ticket followups
2023-12-04 23:38:28 +00:00
Timothy Hobbs
83994d07d7
Fix updating tickets when opened from my-tickets view
2023-12-04 23:38:28 +00:00
Timothy Hobbs
2360c2ed53
Add My Tickets view to staff menu as well
2023-11-27 11:18:31 +01:00
Timothy Hobbs
e00e19625a
Remove Due Date and Submitter columns from My Tickets view as these are not necessary
2023-11-27 11:14:10 +01:00
Timothy Hobbs
b92c83de39
Implement My Tickets view in public helpdesk
...
Note: This is a breaking change as it forces pagination on the API endoints.
This should have been done from the start as the API without pagination is
useless when there are large numbers of tickets.
2023-11-23 21:50:44 +01:00
Timothy Hobbs
cec90aafdd
Show username in nav header
2023-11-23 20:59:58 +01:00
Benbb96
482772d3c6
Update French translations
2023-05-01 23:46:20 +02:00
Benbb96
770cdc77b8
Add more tests
2023-05-01 22:54:41 +02:00
Benbb96
2768c98fb9
Starting to implement some tests
2023-05-01 00:20:09 +02:00
Benbb96
3235333873
Drag & drop on ticket checklist tasks edition page + Use an empty form in order to better generate new task row dynamically
2023-04-30 03:56:42 +02:00
Benbb96
ff61f85d59
Rename template_task_form_row.html
2023-04-30 03:24:12 +02:00
Benbb96
ef88a2ee8a
Better workflow for creating new ticket checklist, into a modal
2023-04-30 03:11:27 +02:00
Benbb96
11b2b36dd2
Allow updating task state when writing a ticket follow-up
2023-04-30 02:18:16 +02:00
Benbb96
308f69a03b
CRUD Checklist Template
2023-04-30 01:15:05 +02:00
Benbb96
af1ba5f205
Create a page to edit checklist name and tasks + another page for deletion
2023-04-29 00:24:06 +02:00
Benbb96
b8d06a0fb1
Show a form to create a new checklist, with the possibility to use a preset template
2023-04-23 00:36:10 +02:00
Benbb96
8be55fb7f2
Display checklists on ticket page
2023-04-22 23:56:23 +02:00
Benbb96
9e7b4ef9bf
Reformat file ticket_desc_table.html
2023-04-22 23:20:41 +02:00
Martin Whitehouse
41d7caace4
Fix spacing issues
...
{% if saved_query==q %} was causing a parse error. White space around
equality
2022-06-20 16:08:05 +02:00
Garret Wassermann
b8511dd70b
Fix conflicts for Django 4 support
2022-04-23 02:23:51 -04:00
Garret Wassermann
fcab3506b0
Merge branch 'stable' into new-option-fields
2022-04-22 06:32:32 -04:00
Daniele Scasciafratte
8d626cfd5f
feat(fields): hide column for time spent
2022-04-20 17:30:55 +02:00
Daniele Scasciafratte
6d5c81ea14
feat(fields): hide column for KB item, https://github.com/django-helpdesk/django-helpdesk/pull/1003
2022-04-20 16:54:17 +02:00
Daniele Scasciafratte
9bd4eb19bc
feat(fields): no dependencies
2022-04-20 16:44:48 +02:00
Daniele Scasciafratte
de9c5a709e
feat(fields): no time spent
2022-04-20 16:36:37 +02:00
Daniele Scasciafratte
26c6a778ec
feat(ticket): disable timeline
2022-04-15 18:51:02 +02:00
Daniele Scasciafratte
5792587e3e
feat(ticket): disable timeline
2022-04-15 18:48:21 +02:00
Nick McCullum
55c638aeef
some more template improvements
2022-04-04 15:27:50 -03:00
Nick McCullum
91229b9292
removed even more deprecated functionality
2022-04-04 14:52:52 -03:00
Nick McCullum
5388ece5ed
removed more deprecated functionality
2022-04-01 16:36:19 -03:00
Nick McCullum
9444d1592d
removed deprecated and template syntax
2022-04-01 16:20:15 -03:00
Daniele Scasciafratte
946ca4b68c
fix(kb): no db
2022-03-18 19:36:49 +01:00
Antun Franjin
b79d46e5b6
Replace href.
2022-03-11 15:46:20 +01:00
Antun Franjin
3ea2d1dd50
Use ticket absolute url and fix some more path on navigation ticket href.
2022-03-11 13:14:01 +01:00
Antun Franjin
3d793218f2
Fix wrong href.
...
The href path of don't delete button needs to be ../../../
2022-03-11 12:16:14 +01:00
Garret Wassermann
b85a84bc37
Update CDN link for bootstrap css
2022-02-09 05:50:03 -05:00
Garret Wassermann
ad37318c2c
Update CDN links for jquery and bootstrap
2022-02-09 05:39:53 -05:00
Garret Wassermann
075cdd4cdb
Merge pull request #991 from Benbb96/active-sidebar
...
Show active page in sidebar depending on the request path url
2022-01-27 07:58:48 -05:00
Timothy Hobbs
17a1e064e6
Undo PR #989
2022-01-27 10:27:49 +01:00
Benbb96
a2782c07f4
Show active page in sidebar depending on the request path url
2022-01-27 09:51:00 +01:00
Jon Renaut
7ac8d20cbe
Fix Javascript typo
...
This fix enables uploading new attachments to an existing ticket
2022-01-26 14:26:52 -05:00