Skip to content

Commit

Permalink
fix: user created by stats (#2016)
Browse files Browse the repository at this point in the history
  • Loading branch information
pablohashescobar committed Aug 30, 2023
1 parent 426f658 commit 761a1eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apiserver/plane/api/views/workspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -1100,7 +1100,6 @@ def get(self, request, slug, user_id):
created_issues = (
Issue.issue_objects.filter(
workspace__slug=slug,
assignees__in=[user_id],
project__project_projectmember__member=request.user,
created_by_id=user_id,
)
Expand Down

1 comment on commit 761a1eb

@vercel
Copy link

@vercel vercel bot commented on 761a1eb Aug 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

plane-dev – ./apps/app

plane-dev.vercel.app
plane-dev-git-develop-plane.vercel.app
plane-dev-plane.vercel.app

Please sign in to comment.