mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-22 07:53:19 +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')),
|
('due_date', _('Due on')),
|
||||||
('get_status_display', _('Status')),
|
('get_status_display', _('Status')),
|
||||||
('submitter_email', _('Submitter email')),
|
('submitter_email', _('Submitter email')),
|
||||||
|
('assigned_to', _('Owner')),
|
||||||
('description', _('Description')),
|
('description', _('Description')),
|
||||||
('resolution', _('Resolution')),
|
('resolution', _('Resolution')),
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user