feat(core): Add urgency badge field to ALL ticket types

ref: #487 #491
This commit is contained in:
2025-01-24 17:02:00 +09:30
parent 06e0943e30
commit 824244f217
7 changed files with 47 additions and 0 deletions

View File

@ -107,6 +107,8 @@ class TicketModelSerializer(
status_badge = BadgeField(label='Status')
urgency_badge = BadgeField(label='Urgency')
organization = OrganizationField( required = True, write_only = True )
@ -142,6 +144,7 @@ class TicketModelSerializer(
'estimate',
'duration',
'urgency',
'urgency_badge',
'impact',
'priority',
'external_ref',