chore: bulk delete operation (#5258)

This commit is contained in:
Bavisetti Narayan 2024-07-30 15:31:52 +05:30 committed by GitHub
parent cce7bddbcc
commit 1f8f6d1b26
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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():