Skip to content

Commit

Permalink
Aborted extra changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bsekachev committed Jul 12, 2024
1 parent aff7d4a commit 8de3127
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cvat/apps/engine/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,6 @@ def get_queryset(self):
queryset = perm.filter(queryset)
else:
queryset = Project.objects.filter(**self.kwargs).select_related('owner', 'assignee', 'organization')
if self.action == 'preview':
queryset.select_related('tasks', 'tasks__data')

return queryset

Expand Down

0 comments on commit 8de3127

Please sign in to comment.