* [Update] 优化切换组织时重定向页面逻辑 (#3133)

* [Update] 优化切换组织时重定向页面逻辑

* [Update] 优化切换组织时重定向页面逻辑 2

* [Update] WebTerminal 跳转添加时间戳

* [Update] 修复创建授权规则授权节点时,系统用户不自动推送的问题
pull/3262/head
BaiJiangJie 2019-09-24 10:57:27 +08:00 committed by GitHub
parent 39dfbc734e
commit df429d56d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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):