feat: added deleted_at as read-only property for the label serializer (#5306)
This commit is contained in:
parent
983769a944
commit
976784bc84
1 changed files with 1 additions and 1 deletions
|
|
@ -269,6 +269,7 @@ class LabelSerializer(BaseSerializer):
|
||||||
"updated_by",
|
"updated_by",
|
||||||
"created_at",
|
"created_at",
|
||||||
"updated_at",
|
"updated_at",
|
||||||
|
"deleted_at",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -430,4 +431,3 @@ class IssueExpandSerializer(BaseSerializer):
|
||||||
"created_at",
|
"created_at",
|
||||||
"updated_at",
|
"updated_at",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue