mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-16 07:18:22 +00:00
Bugfix (#3232)
* [Update] 拆分user permission * [Update] 修改 ops command * [Update] 修改setting无法生效的问题 * [Update] 修复授权详情-授权资产或节点添加资产失败 * [Bugfix] 修复组织管理员运行命令时的问题 * [Update] 修复命令执行左侧树点击问题
This commit is contained in:
6
apps/perms/api/user_permission/__init__.py
Normal file
6
apps/perms/api/user_permission/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
from .common import *
|
||||
from .user_permission_nodes import *
|
||||
from .user_permission_assets import *
|
||||
from .user_permission_nodes_with_assets import *
|
Reference in New Issue
Block a user