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