perf: 工单动作添加操作日志 (#11857)

Co-authored-by: feng <1304903146@qq.com>
This commit is contained in:
fit2bot
2023-10-16 16:40:21 +08:00
committed by GitHub
parent 86e8f3a80b
commit 8b6526211c
2 changed files with 25 additions and 3 deletions

View File

@@ -29,11 +29,13 @@ class ActionChoices(TextChoices):
connect = "connect", _("Connect")
login = "login", _("Login")
change_auth = "change_password", _("Change password")
# acls action
reject = 'reject', _('Reject')
accept = 'accept', _('Accept')
review = 'review', _('Review')
notice = 'notice', _('Notifications')
reject = 'reject', _('Reject')
approve = 'approve', _('Approve')
close = 'close', _('Close')
class LoginTypeChoices(TextChoices):