aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/Synchronization/DefaultMachineDataSynchronizer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/Synchronization/DefaultMachineDataSynchronizer.cs')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.Common/Synchronization/DefaultMachineDataSynchronizer.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/Synchronization/DefaultMachineDataSynchronizer.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/Synchronization/DefaultMachineDataSynchronizer.cs
index 53e41062f..ab1f8e890 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Synchronization/DefaultMachineDataSynchronizer.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Synchronization/DefaultMachineDataSynchronizer.cs
@@ -315,7 +315,7 @@ namespace Tango.PPC.Common.Synchronization
var job = dto.ToObservable();
job.ID = 0;
- job.UserGuid = _authenticationProvider.CurrentUser.Guid;
+ job.UserGuid = null;
job.CustomerGuid = null;
job.IsSynchronized = true;
@@ -385,7 +385,7 @@ namespace Tango.PPC.Common.Synchronization
{
var ev = dto.ToObservable();
ev.ID = 0;
- ev.UserGuid = _authenticationProvider.CurrentUser.Guid;
+ ev.UserGuid = null;
ev.IsSynchronized = true;
if (await db.MachinesEvents.SingleOrDefaultAsync(x => x.Guid == ev.Guid) == null)