Skip to content

Commit

Permalink
chore: module issue count (#3566)
Browse files Browse the repository at this point in the history
  • Loading branch information
NarayanBavisetti authored Feb 7, 2024
1 parent 065226f commit 4563b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apiserver/plane/app/views/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ class ModuleIssueViewSet(WebhookMixin, BaseViewSet):

def get_queryset(self):
return (
Issue.objects.filter(
Issue.issue_objects.filter(
project_id=self.kwargs.get("project_id"),
workspace__slug=self.kwargs.get("slug"),
issue_module__module_id=self.kwargs.get("module_id")
Expand Down

0 comments on commit 4563b50

Please sign in to comment.