diff options
| author | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2023-04-30 14:53:18 +0300 |
|---|---|---|
| committer | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2023-04-30 14:53:18 +0300 |
| commit | ed58cf7cef3ff2df02a535df5f45bb51369d338e (patch) | |
| tree | 5b719b15c208462b1c855ff48c5d11c11ce0bfc6 /Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/ViewModels/JobViewVM.cs | |
| parent | 19c3ce7f77cd4a78c5438db2d4385e5daaad4624 (diff) | |
| download | Tango-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.cs | 1 |
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; |
