소스 검색

HUE-6693 [home] Open up the page properly when using Hue 3

Romain Rigaux 8 년 전
부모
커밋
beceab6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      desktop/core/src/desktop/views.py

+ 1 - 1
desktop/core/src/desktop/views.py

@@ -336,7 +336,7 @@ def index(request):
     if is_hue_4:
       return redirect('desktop.views.hue')
     elif USE_NEW_EDITOR.get():
-      return home2(request)
+      return redirect('desktop.views.home2')
     else:
       return home(request)