Skip to content

Commit

Permalink
chore: project filter updated (#3745)
Browse files Browse the repository at this point in the history
  • Loading branch information
NarayanBavisetti authored Feb 22, 2024
1 parent b1a5e48 commit c61e8fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apiserver/plane/app/views/workspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -1248,6 +1248,7 @@ def get(self, request, slug, user_id):
Project.objects.filter(
workspace__slug=slug,
project_projectmember__member=request.user,
project_projectmember__is_active=True,
)
.annotate(
created_issues=Count(
Expand Down

0 comments on commit c61e8fd

Please sign in to comment.