fix: return sequence id on issue flat serializer
This commit is contained in:
parent
87d9de8555
commit
9e4d5ac2cc
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ class IssueFlatSerializer(BaseSerializer):
|
||||||
"priority",
|
"priority",
|
||||||
"start_date",
|
"start_date",
|
||||||
"target_date",
|
"target_date",
|
||||||
|
"sequence_id",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue