From ef3e10bdf2324f3c9e6427b3fd085e6b05e3877c Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Mon, 9 Jun 2014 11:41:19 -0400 Subject: [PATCH] 2961: Collections show controller now delegates to super to handle tabs properly. --- apps/workbench/app/controllers/collections_controller.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/workbench/app/controllers/collections_controller.rb b/apps/workbench/app/controllers/collections_controller.rb index 7c6bab63f6..f4188b45c0 100644 --- a/apps/workbench/app/controllers/collections_controller.rb +++ b/apps/workbench/app/controllers/collections_controller.rb @@ -167,6 +167,8 @@ class CollectionsController < ApplicationController :direction => :top_down, :combine_jobs => :script_only, :pdata_only => true}) rescue nil + + super end def sharing_popup -- 2.39.5