mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
chore: removed project from workspace estimate (#4064)
This commit is contained in:
parent
ad5559afe4
commit
599809dd2e
@ -31,7 +31,7 @@ class WorkspaceEstimatesEndpoint(BaseAPIView):
|
|||||||
Prefetch(
|
Prefetch(
|
||||||
"points",
|
"points",
|
||||||
queryset=Project.objects.select_related(
|
queryset=Project.objects.select_related(
|
||||||
"estimate", "workspace", "project"
|
"estimate", "workspace"
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user