Skip to content

Commit

Permalink
fix: remove issue duplicated when adding multiple modules (#4637)
Browse files Browse the repository at this point in the history
  • Loading branch information
pablohashescobar committed May 29, 2024
1 parent 49e65fb commit 571a3d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apiserver/plane/api/views/issue.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ def get(self, request, slug, project_id, pk=None):
issue_queryset = (
self.get_queryset()
.annotate(cycle_id=F("issue_cycle__cycle_id"))
.annotate(module_id=F("issue_module__module_id"))
.annotate(
link_count=IssueLink.objects.filter(issue=OuterRef("id"))
.order_by()
Expand Down

0 comments on commit 571a3d1

Please sign in to comment.