X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6b0ad588b44ee30cd400e85031b56dcb2a8ac567..e824ef364a6efd3c02bce159973f4098d794865c:/apps/workbench/app/controllers/application_controller.rb diff --git a/apps/workbench/app/controllers/application_controller.rb b/apps/workbench/app/controllers/application_controller.rb index 5c99c15abc..20dea38dcd 100644 --- a/apps/workbench/app/controllers/application_controller.rb +++ b/apps/workbench/app/controllers/application_controller.rb @@ -11,9 +11,9 @@ class ApplicationController < ActionController::Base around_filter :set_thread_api_token # Methods that don't require login should # skip_around_filter :require_thread_api_token - around_filter :require_thread_api_token, except: ERROR_ACTIONS + around_filter :require_thread_api_token, except: [:report_issue_popup, :report_issue] + ERROR_ACTIONS before_filter :accept_uuid_as_id_param, except: ERROR_ACTIONS - before_filter :check_user_agreements, except: ERROR_ACTIONS + before_filter :check_user_agreements, except: [:report_issue_popup, :report_issue] + ERROR_ACTIONS before_filter :check_user_profile, except: ERROR_ACTIONS before_filter :check_user_notifications, except: ERROR_ACTIONS before_filter :load_filters_and_paging_params, except: ERROR_ACTIONS