Skip to content

Commit 3b243ac

Browse files
committed
fix: Permission constants
1 parent 4e6d192 commit 3b243ac

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

apps/common/constants/permission_constants.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1212,10 +1212,6 @@ class PermissionConstants(Enum):
12121212
group=Group.SYSTEM_RES_APPLICATION, operate=Operate.DEBUG, role_list=[RoleConstants.ADMIN],
12131213
parent_group=[SystemGroup.RESOURCE_APPLICATION]
12141214
)
1215-
RESOURCE_APPLICATION_IMPORT = Permission(
1216-
group=Group.SYSTEM_RES_APPLICATION, operate=Operate.IMPORT, role_list=[RoleConstants.ADMIN],
1217-
parent_group=[SystemGroup.RESOURCE_APPLICATION]
1218-
)
12191215
RESOURCE_APPLICATION_EXPORT = Permission(
12201216
group=Group.SYSTEM_RES_APPLICATION, operate=Operate.EXPORT, role_list=[RoleConstants.ADMIN],
12211217
parent_group=[SystemGroup.RESOURCE_APPLICATION]

0 commit comments

Comments
 (0)