fix(itim): Opened by field set to read only for incident ticket

ref: #570
This commit is contained in:
2025-02-14 20:46:21 +09:30
parent 7ac56a35ae
commit af4a1d52c5

View File

@ -88,6 +88,7 @@ class IncidentTicketModelSerializer(
'parent_ticket',
'external_ref',
'external_system',
'opened_by',
'status_badge',
'ticket_type',
'_urls',