fix: 修复更新资产账号权限控制

This commit is contained in:
Jiangjie.Bai
2022-03-14 17:49:18 +08:00
committed by Jiangjie.Bai
parent 5b960fc46b
commit b37e8cdc3f
2 changed files with 3 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ exclude_permissions = (
('assets', 'assetuser', '*', '*'),
('assets', 'gathereduser', 'add,delete,change', 'gathereduser'),
('assets', 'accountbackupplanexecution', 'delete,change', 'accountbackupplanexecution'),
('assets', 'authbook', 'add', 'authbook'),
('assets', 'authbook', 'add,change', 'authbook'),
('perms', 'userassetgrantedtreenoderelation', '*', '*'),
('perms', 'usergrantedmappingnode', '*', '*'),
('perms', 'permnode', '*', '*'),