diff options
| author | Avi Levkovich <avi@twine-s.com> | 2020-05-24 16:00:29 +0300 |
|---|---|---|
| committer | Avi Levkovich <avi@twine-s.com> | 2020-05-24 16:00:29 +0300 |
| commit | 2a0905a1f57519b0cd33594a3a7fcb3f5f860d74 (patch) | |
| tree | acc6c2440edd6b45cd08f8e1a219feb091ea6836 /Software/Visual_Studio/Web/Tango.MachineService/Controllers | |
| parent | 6ae7da3b6de24d374153456e20882570ed7905b4 (diff) | |
| parent | 9d0f379104fa1e4d064e43a0b969dff5b206a90a (diff) | |
| download | Tango-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.cs | 1 |
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) |
