perf: Acl action add notify and warn

This commit is contained in:
feng
2024-09-05 15:49:58 +08:00
committed by feng626
parent 50d3a4906a
commit 054d385ffc
2 changed files with 2 additions and 1 deletions

View File

@@ -8,3 +8,4 @@ class ActionChoices(models.TextChoices):
review = 'review', _('Review')
warning = 'warning', _('Warn')
notice = 'notice', _('Notify')
notify_and_warn = 'notify_and_warn', _('Notify and warn')