From f883adf66c3da731904d5c25c779a13416ce9193 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Tue, 10 Jun 2014 13:26:20 -0400 Subject: [PATCH] 2961: Don't call #render_index from #index on folders_controller because #index is also used by #choose and the index does not have any tabs. --- apps/workbench/app/controllers/folders_controller.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/workbench/app/controllers/folders_controller.rb b/apps/workbench/app/controllers/folders_controller.rb index 10a5e45689..8ebb1a34b1 100644 --- a/apps/workbench/app/controllers/folders_controller.rb +++ b/apps/workbench/app/controllers/folders_controller.rb @@ -74,8 +74,6 @@ class FoldersController < ApplicationController @shared_folder_tree = sorted_paths.call({'Shared with me' => buildtree.call(children_of, false)}) - - render_index end def choose -- 2.30.2