chore: bulk delete operation (#5258)
This commit is contained in:
parent
cce7bddbcc
commit
1f8f6d1b26
1 changed files with 1 additions and 1 deletions
|
|
@ -622,7 +622,7 @@ class BulkDeleteIssuesEndpoint(BaseAPIView):
|
|||
if ProjectMember.objects.filter(
|
||||
workspace__slug=slug,
|
||||
member=request.user,
|
||||
role=20,
|
||||
role__in=[15, 10, 5],
|
||||
project_id=project_id,
|
||||
is_active=True,
|
||||
).exists():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue