aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Web/Tango.MachineService/Controllers
diff options
context:
space:
mode:
authorAvi Levkovich <avi@twine-s.com>2020-05-24 16:00:29 +0300
committerAvi Levkovich <avi@twine-s.com>2020-05-24 16:00:29 +0300
commit2a0905a1f57519b0cd33594a3a7fcb3f5f860d74 (patch)
treeacc6c2440edd6b45cd08f8e1a219feb091ea6836 /Software/Visual_Studio/Web/Tango.MachineService/Controllers
parent6ae7da3b6de24d374153456e20882570ed7905b4 (diff)
parent9d0f379104fa1e4d064e43a0b969dff5b206a90a (diff)
downloadTango-2a0905a1f57519b0cd33594a3a7fcb3f5f860d74.tar.gz
Tango-2a0905a1f57519b0cd33594a3a7fcb3f5f860d74.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/_git/Tango
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)