fix: project default state grouping on project create
This commit is contained in:
parent
7613cc52a6
commit
2a2e6f78e0
1 changed files with 1 additions and 0 deletions
|
|
@ -130,6 +130,7 @@ class ProjectViewSet(BaseViewSet):
|
|||
project=serializer.instance,
|
||||
sequence=state["sequence"],
|
||||
workspace=serializer.instance.workspace,
|
||||
group=state["group"],
|
||||
)
|
||||
for state in states
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue