mirror of https://github.com/jumpserver/jumpserver
add assignee field for ticket (#4104)
parent
f26f7ca1e7
commit
5bea782b9f
|
@ -13,7 +13,7 @@ class TicketSerializer(serializers.ModelSerializer):
|
|||
model = models.Ticket
|
||||
fields = [
|
||||
'id', 'user', 'user_display', 'title', 'body',
|
||||
'assignees', 'assignees_display',
|
||||
'assignees', 'assignees_display', 'assignee', 'assignee_display',
|
||||
'status', 'action', 'date_created', 'date_updated',
|
||||
'type', 'type_display', 'action_display',
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue