Эх сурвалжийг харах

HUE-4646 [core] The initial welcome wizard redirects to the old home

Enrico Berti 9 жил өмнө
parent
commit
65b202ca07

+ 1 - 1
apps/about/src/about/templates/admin_wizard.mako

@@ -377,7 +377,7 @@ $(document).ready(function(){
   });
 
   $("#doneBtn").click(function () {
-    location.href = "${ url('desktop.views.home') }";
+    location.href = "${ url('desktop.views.home2') }";
   });
 
   $(".updatePreferences").click(function () {