feat: status transition and allowed fields consolidated
This commit is contained in:
@@ -35,8 +35,7 @@ class Ticket(models.Model):
|
||||
STATUS_CHOICES = [
|
||||
("new", "Neu"),
|
||||
("in_progress", "In Bearbeitung"),
|
||||
("resolved", "Gelöst"),
|
||||
("pending_close", "Wartend - Schließen"),
|
||||
("resolved", "Lösungsvorschlag"),
|
||||
("closed", "Geschlossen"),
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user