mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
chore: bulk delete operation (#5258)
This commit is contained in:
committed by
GitHub
parent
cce7bddbcc
commit
1f8f6d1b26
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user