forked from github/plane
dev: fix develop
This commit is contained in:
parent
184fcff83c
commit
5d5c715ecc
@ -66,7 +66,6 @@ class IssueSerializer(BaseSerializer):
|
|||||||
project_id=self.context.get("project_id"),
|
project_id=self.context.get("project_id"),
|
||||||
is_active=True,
|
is_active=True,
|
||||||
member_id__in=data["assignees"],
|
member_id__in=data["assignees"],
|
||||||
is_active=True,
|
|
||||||
).values_list("member_id", flat=True)
|
).values_list("member_id", flat=True)
|
||||||
|
|
||||||
# Validate labels are from project
|
# Validate labels are from project
|
||||||
|
Loading…
Reference in New Issue
Block a user