Fix: use explicit order field for workflow actions (#11781)

This commit is contained in:
shamoon
2026-01-15 14:49:21 -08:00
committed by Trenton H
parent 3618c50b62
commit 742c136773
7 changed files with 60 additions and 14 deletions

View File

@@ -1294,6 +1294,8 @@ class WorkflowAction(models.Model):
default=WorkflowActionType.ASSIGNMENT,
)
order = models.PositiveIntegerField(_("order"), default=0)
assign_title = models.TextField(
_("assign title"),
null=True,