forked from github/plane
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
|
||||
|
||||
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")
|
||||
|
||||
labels = Label.objects.filter(
|
||||
|
Loading…
Reference in New Issue
Block a user