X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9e01d65e64173caf29ef750c7d29c2b3d424c4ab..cdb8b00dc0e9f4b8840c75c6c8f7b6b8f8fe5133:/apps/workbench/app/controllers/actions_controller.rb diff --git a/apps/workbench/app/controllers/actions_controller.rb b/apps/workbench/app/controllers/actions_controller.rb index 695f770320..939cac34ff 100644 --- a/apps/workbench/app/controllers/actions_controller.rb +++ b/apps/workbench/app/controllers/actions_controller.rb @@ -42,6 +42,7 @@ class ActionsController < ApplicationController def move_or_copy action uuids_to_add = params["selection"] + uuids_to_add = [ uuids_to_add ] unless uuids_to_add.is_a? Array uuids_to_add. collect { |x| ArvadosBase::resource_class_for_uuid(x) }. uniq. @@ -186,8 +187,7 @@ class ActionsController < ApplicationController end def report_issue - $stderr.puts "Issue being reported with these parameters: #{params.inspect}" - logger.warn "Issue being reported with these parameters: #{params.inspect}" + logger.warn "report_issue: #{params.inspect}" respond_to do |format| IssueReporter.send_report(current_user, params).deliver