forked from github/plane
fix: project default state grouping on project create
This commit is contained in:
parent
7613cc52a6
commit
2a2e6f78e0
@ -130,6 +130,7 @@ class ProjectViewSet(BaseViewSet):
|
|||||||
project=serializer.instance,
|
project=serializer.instance,
|
||||||
sequence=state["sequence"],
|
sequence=state["sequence"],
|
||||||
workspace=serializer.instance.workspace,
|
workspace=serializer.instance.workspace,
|
||||||
|
group=state["group"],
|
||||||
)
|
)
|
||||||
for state in states
|
for state in states
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user