From f00233f493b38f1a8eb9422f3c9ac4193f264486 Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Wed, 20 May 2020 18:22:29 +0300 Subject: Fixed issue with machine virtual user when synchronizing jobs from PPC. --- .../Visual_Studio/Web/Tango.MachineService/Controllers/PPCController.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'Software/Visual_Studio/Web/Tango.MachineService/Controllers') diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/PPCController.cs b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/PPCController.cs index 28acb3647..10af2f725 100644 --- a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/PPCController.cs +++ b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/PPCController.cs @@ -589,6 +589,7 @@ namespace Tango.MachineService.Controllers { var run = dto.ToObservable(); run.ID = 0; + run.UserGuid = machineUser.Guid; run.IsSynchronized = true; if (db.JobRuns.SingleOrDefault(x => x.Guid == run.Guid) == null) -- cgit v1.3.1