perf: 只保留app asset flow

This commit is contained in:
feng626
2021-09-06 17:18:07 +08:00
parent 7ea8205672
commit c27230762b
4 changed files with 9 additions and 50 deletions

View File

@@ -52,7 +52,7 @@ class TicketFlow(CommonModelMixin, OrgModelMixin):
approval_level = models.SmallIntegerField(
default=TicketApprovalLevel.one,
choices=TicketApprovalLevel.choices,
verbose_name=_('Approval level')
verbose_name=_('Approve level')
)
rules = models.ManyToManyField(ApprovalRule, related_name='ticket_flows')