mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
dev: remove triage states from public boards
This commit is contained in:
parent
cf706b7977
commit
7dc6800444
@ -2146,7 +2146,8 @@ class ProjectIssuesPublicEndpoint(BaseAPIView):
|
|||||||
issues = IssuePublicSerializer(issue_queryset, many=True).data
|
issues = IssuePublicSerializer(issue_queryset, many=True).data
|
||||||
|
|
||||||
states = State.objects.filter(
|
states = State.objects.filter(
|
||||||
workspace__slug=slug, project_id=project_id
|
~Q(name="Triage"),
|
||||||
|
workspace__slug=slug, project_id=project_id,
|
||||||
).values("name", "group", "color", "id")
|
).values("name", "group", "color", "id")
|
||||||
|
|
||||||
labels = Label.objects.filter(
|
labels = Label.objects.filter(
|
||||||
|
Loading…
Reference in New Issue
Block a user