mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-17 13:47:49 +00:00
fix: ticket nothing comment bug
This commit is contained in:
parent
cd98ec4cac
commit
e330776ab1
@ -23,7 +23,7 @@ class ApplyAssetSerializer(BaseApplyAssetApplicationSerializer, TicketApplySeria
|
|||||||
model = ApplyAssetTicket
|
model = ApplyAssetTicket
|
||||||
writeable_fields = [
|
writeable_fields = [
|
||||||
'id', 'title', 'type', 'apply_nodes', 'apply_assets',
|
'id', 'title', 'type', 'apply_nodes', 'apply_assets',
|
||||||
'apply_accounts', 'apply_actions', 'org_id',
|
'apply_accounts', 'apply_actions', 'org_id', 'comment',
|
||||||
'apply_date_start', 'apply_date_expired'
|
'apply_date_start', 'apply_date_expired'
|
||||||
]
|
]
|
||||||
fields = TicketApplySerializer.Meta.fields + writeable_fields + [
|
fields = TicketApplySerializer.Meta.fields + writeable_fields + [
|
||||||
|
Loading…
Reference in New Issue
Block a user