mirror of https://github.com/jumpserver/jumpserver
* [Update] 优化切换组织时重定向页面逻辑 (#3133) * [Update] 优化切换组织时重定向页面逻辑 * [Update] 优化切换组织时重定向页面逻辑 2 * [Update] WebTerminal 跳转添加时间戳 * [Update] 修复创建授权规则授权节点时,系统用户不自动推送的问题pull/3262/head
parent
39dfbc734e
commit
df429d56d5
|
@ -5,7 +5,6 @@ from django.views.generic import DetailView, View
|
|||
|
||||
from .models import Organization
|
||||
from common.utils import UUID_PATTERN
|
||||
from orgs.utils import current_org
|
||||
|
||||
|
||||
class SwitchOrgView(DetailView):
|
||||
|
|
Loading…
Reference in New Issue