mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-21 23:43:11 +01:00
Add assigned_to attribute to be merged
This commit is contained in:
parent
41b5715b7d
commit
b3bd23dbff
@ -866,6 +866,7 @@ ticket_attributes = (
|
||||
('due_date', _('Due on')),
|
||||
('get_status_display', _('Status')),
|
||||
('submitter_email', _('Submitter email')),
|
||||
('assigned_to', _('Owner')),
|
||||
('description', _('Description')),
|
||||
('resolution', _('Resolution')),
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user