diff --git a/app/controllers/storage_controller.rb b/app/controllers/storage_controller.rb index 4a955e52740..3c46befd6dc 100644 --- a/app/controllers/storage_controller.rb +++ b/app/controllers/storage_controller.rb @@ -45,7 +45,7 @@ def init_show # redirect user back to where they came from if they dont have access to any of vm explorers # or redirect them to the one they have access to - redirect_controller = role_allows?(:feature => "storage") ? "storage" : nil + redirect_controller = role_allows?(:feature => "storage_show") ? "storage" : nil if redirect_controller action = "explorer"