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