Ver código fonte

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

Romain Rigaux 8 anos atrás
pai
commit
beceab6f2e
1 arquivos alterados com 1 adições e 1 exclusões
  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)