fix: 去除application account delete perm

pull/7898/head^2
Jiangjie.Bai 2022-03-17 14:03:38 +08:00 committed by Jiangjie.Bai
parent e13e34098a
commit a31c3ccc30
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ exclude_permissions = (
('users', 'userpasswordhistory', '*', '*'),
('applications', 'applicationuser', '*', '*'),
('applications', 'historicalaccount', '*', '*'),
('applications', 'account', 'add,change', 'account'),
('applications', 'account', 'add,change,delete', 'account'),
('assets', 'adminuser', '*', '*'),
('assets', 'assetgroup', '*', '*'),
('assets', 'cluster', '*', '*'),