aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/ViewModels/JobsViewVM.cs
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2020-12-28 00:50:47 +0200
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2020-12-28 00:50:47 +0200
commit028cca5fd51b4e5edb183e41e4e6831028a39e44 (patch)
treeeda1e3ac087073eaba532ddb3a977dd51cccd853 /Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/ViewModels/JobsViewVM.cs
parentad969db71a39b4854d744412eb6482c0391a4dd9 (diff)
parent0fdbc932838bb6e007cfa8a0079d1880c800ed81 (diff)
downloadTango-028cca5fd51b4e5edb183e41e4e6831028a39e44.tar.gz
Tango-028cca5fd51b4e5edb183e41e4e6831028a39e44.zip
Merged Urgent-Color-Space Branch.
Diffstat (limited to 'Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/ViewModels/JobsViewVM.cs')
-rw-r--r--Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/ViewModels/JobsViewVM.cs10
1 files changed, 5 insertions, 5 deletions
diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/ViewModels/JobsViewVM.cs b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/ViewModels/JobsViewVM.cs
index 4ae98b1d0..6440f7e46 100644
--- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/ViewModels/JobsViewVM.cs
+++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/ViewModels/JobsViewVM.cs
@@ -314,11 +314,11 @@ namespace Tango.PPC.Jobs.ViewModels
/// <param name="job">The job.</param>
public async void SelectJob(Job job, bool directlyToEdit = false)
{
- if (!ApplicationManager.IsInTechnicianMode && job.ColorSpace != null && job.ColorSpace.Code == ColorSpaces.Volume.ToInt32())
- {
- await NotificationProvider.ShowError("The selected job is supported only in technician mode.");
- return;
- }
+ //if (!ApplicationManager.IsInTechnicianMode && job.ColorSpace != null && job.ColorSpace.Code == ColorSpaces.Volume.ToInt32())
+ //{
+ // await NotificationProvider.ShowError("The selected job is supported only in technician mode.");
+ // return;
+ //}
LogManager.Log($"Job '{job.Name}' selected.");