chore: removed project from workspace estimate (#4064)
This commit is contained in:
parent
ad5559afe4
commit
599809dd2e
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue