fix: 删除错误的改密权限

This commit is contained in:
feng
2023-10-20 15:25:32 +08:00
committed by Bryan
parent 314257f790
commit bf0d9f4b80
4 changed files with 22 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ class AutomationExecution(AssetAutomationExecution):
verbose_name_plural = _("Automation executions")
permissions = [
('view_changesecretexecution', _('Can view change secret execution')),
('add_changesecretexection', _('Can add change secret execution')),
('add_changesecretexecution', _('Can add change secret execution')),
('view_gatheraccountsexecution', _('Can view gather accounts execution')),
('add_gatheraccountsexecution', _('Can add gather accounts execution')),