fix: removed the unused triage state (#6337)
This commit is contained in:
parent
5b96c970cd
commit
70dacc5e6a
3 changed files with 0 additions and 30 deletions
|
|
@ -288,16 +288,6 @@ class ProjectAPIEndpoint(BaseAPIView):
|
|||
is_default=True,
|
||||
)
|
||||
|
||||
# Create the triage state in Backlog group
|
||||
State.objects.get_or_create(
|
||||
name="Triage",
|
||||
group="triage",
|
||||
description="Default state for managing all Intake Issues",
|
||||
project_id=pk,
|
||||
color="#ff7700",
|
||||
is_triage=True,
|
||||
)
|
||||
|
||||
project = self.get_queryset().filter(pk=serializer.data["id"]).first()
|
||||
|
||||
model_activity.delay(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue