Explorar o código

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

Romain Rigaux %!s(int64=8) %!d(string=hai) anos
pai
achega
beceab6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)