Merge branch 'master' into 12033-multisite-search
[arvados.git] / apps / workbench / app / controllers / collections_controller.rb
index 5fcb2dc569ff6b2446c602dc26de61a069155ba2..779d95c45b874d4fec157768e19013a1c68a0022 100644 (file)
@@ -16,7 +16,7 @@ class CollectionsController < ApplicationController
   skip_around_filter(:require_thread_api_token,
                      only: [:show_file, :show_file_links])
   skip_before_filter(:find_object_by_uuid,
-                     only: [:provenance, :show_file, :show_file_links])
+                     only: [:provenance, :show_file, :show_file_links, :multisite])
   # We depend on show_file to display the user agreement:
   skip_before_filter :check_user_agreements, only: :show_file
   skip_before_filter :check_user_profile, only: :show_file