X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6caf9c476d842c59883ca7087182fde2445bd712..44064fd5fd15cf053603276438d19941f3d8e892:/services/api/app/models/job.rb diff --git a/services/api/app/models/job.rb b/services/api/app/models/job.rb index fc445ae24e..1ef0b797c0 100644 --- a/services/api/app/models/job.rb +++ b/services/api/app/models/job.rb @@ -191,7 +191,7 @@ class Job < ArvadosModel if self.cancelled_at and not self.cancelled_at_was self.cancelled_at = Time.now self.cancelled_by_user_uuid = current_user.uuid - self.cancelled_by_client_uuid = current_api_client.uuid + self.cancelled_by_client_uuid = current_api_client.andand.uuid @need_crunch_dispatch_trigger = true else self.cancelled_at = self.cancelled_at_was