X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2bef371e8429430942193fff02599ec51c081e70..e38ac44d14e9006c24c93bca9de1ee299b16d367:/apps/workbench/app/controllers/collections_controller.rb diff --git a/apps/workbench/app/controllers/collections_controller.rb b/apps/workbench/app/controllers/collections_controller.rb index 5fcb2dc569..779d95c45b 100644 --- a/apps/workbench/app/controllers/collections_controller.rb +++ b/apps/workbench/app/controllers/collections_controller.rb @@ -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