aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/ViewModels
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2021-12-20 15:15:37 +0200
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2021-12-20 15:15:37 +0200
commit35dfed5a480f1e2316f5e4eaf5e284697679e408 (patch)
treee8612de59ccca47bb12780f63d9aef814c3a3bd7 /Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/ViewModels
parent392131c3594c2a73a1bd961eadd2ab44fa85aa8b (diff)
parentf67b8d11029ce185b4f13ec0fd866bfe4380be7d (diff)
downloadTango-35dfed5a480f1e2316f5e4eaf5e284697679e408.tar.gz
Tango-35dfed5a480f1e2316f5e4eaf5e284697679e408.zip
Merged Jobs V2
Diffstat (limited to 'Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/ViewModels')
-rw-r--r--Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/ViewModels/JobViewVM.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/ViewModels/JobViewVM.cs b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/ViewModels/JobViewVM.cs
index 94c504908..48d609a1a 100644
--- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/ViewModels/JobViewVM.cs
+++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/ViewModels/JobViewVM.cs
@@ -605,6 +605,7 @@ namespace Tango.PPC.Jobs.ViewModels
}
Job.LastUpdated = DateTime.UtcNow;
+ Job.Version = 1;
Job.IsSynchronized = false;
Job.JobStatus = BL.Enumerations.JobStatuses.Draft;
Job.MarkModified(_db);