diff options
| author | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2021-11-15 14:08:38 +0200 |
|---|---|---|
| committer | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2021-11-15 14:08:38 +0200 |
| commit | b53bea7ed0a615a23f841c20707d00dbcc32c91b (patch) | |
| tree | 2bd1bdb65dc57741849681fe944fd9b6dda51f98 /Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs | |
| parent | a74ecac5d1980775f10d719fe8ae93b0695eee72 (diff) | |
| download | Tango-b53bea7ed0a615a23f841c20707d00dbcc32c91b.tar.gz Tango-b53bea7ed0a615a23f841c20707d00dbcc32c91b.zip | |
PPC. Color Selection Dialog. Disable buttons OK, Validation when select CMYK tab from Catalog, gui changes.
Diffstat (limited to 'Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs')
| -rw-r--r-- | Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/ViewModels/JobViewVM.cs | 1 |
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); |
