mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
fix: project default state grouping on project create
This commit is contained in:
@@ -130,6 +130,7 @@ class ProjectViewSet(BaseViewSet):
|
||||
project=serializer.instance,
|
||||
sequence=state["sequence"],
|
||||
workspace=serializer.instance.workspace,
|
||||
group=state["group"],
|
||||
)
|
||||
for state in states
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user