aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Web/Tango.MachineService/Controllers
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2020-05-20 18:22:29 +0300
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2020-05-20 18:22:29 +0300
commitf00233f493b38f1a8eb9422f3c9ac4193f264486 (patch)
tree5eea3b41501a302cc6f095d69870398e051184d2 /Software/Visual_Studio/Web/Tango.MachineService/Controllers
parent54ef796c5afa8d1ccb4b8b148d765f590b4de03a (diff)
downloadTango-f00233f493b38f1a8eb9422f3c9ac4193f264486.tar.gz
Tango-f00233f493b38f1a8eb9422f3c9ac4193f264486.zip
Fixed issue with machine virtual user when synchronizing jobs from PPC.
Diffstat (limited to 'Software/Visual_Studio/Web/Tango.MachineService/Controllers')
-rw-r--r--Software/Visual_Studio/Web/Tango.MachineService/Controllers/PPCController.cs1
1 files changed, 1 insertions, 0 deletions
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)