X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7daef1e224ee6fb8b03cd7b71773c5381c07324e..3b3c3a0869c2cf528b9e1c45c969bbbd47f6446e:/apps/workbench/app/controllers/workflows_controller.rb diff --git a/apps/workbench/app/controllers/workflows_controller.rb b/apps/workbench/app/controllers/workflows_controller.rb index 94ae8a95ea..49dd7ac055 100644 --- a/apps/workbench/app/controllers/workflows_controller.rb +++ b/apps/workbench/app/controllers/workflows_controller.rb @@ -1,2 +1,10 @@ class WorkflowsController < ApplicationController + skip_around_filter :require_thread_api_token, if: proc { |ctrl| + Rails.configuration.anonymous_user_token and + 'show' == ctrl.action_name + } + + def show_pane_list + %w(Definition Advanced) + end end