aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/ViewModels/JobViewVM.cs
diff options
context:
space:
mode:
authorVictoria Plitt <Victoria.Plitt@twine-s.com>2023-04-30 14:53:18 +0300
committerVictoria Plitt <Victoria.Plitt@twine-s.com>2023-04-30 14:53:18 +0300
commited58cf7cef3ff2df02a535df5f45bb51369d338e (patch)
tree5b719b15c208462b1c855ff48c5d11c11ce0bfc6 /Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/ViewModels/JobViewVM.cs
parent19c3ce7f77cd4a78c5438db2d4385e5daaad4624 (diff)
downloadTango-ed58cf7cef3ff2df02a535df5f45bb51369d338e.tar.gz
Tango-ed58cf7cef3ff2df02a535df5f45bb51369d338e.zip
Add new job.
Diffstat (limited to 'Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/ViewModels/JobViewVM.cs')
-rw-r--r--Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/ViewModels/JobViewVM.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/ViewModels/JobViewVM.cs b/Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/ViewModels/JobViewVM.cs
index 6227610e4..a02005776 100644
--- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/ViewModels/JobViewVM.cs
+++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/ViewModels/JobViewVM.cs
@@ -1536,6 +1536,7 @@ namespace Tango.PPC.Jobs.ViewModels
Job.ColorSpace = colorSpaces.FirstOrDefault();
Job.Version = 2;
+ Job.Name = JobModel.Name;
Job.NumberOfUnits = JobModel.NumberOfUnits;
Job.EnableInterSegment = JobModel.InterSegmentLength > 0;
Job.InterSegmentLength = JobModel.InterSegmentLength;