Added block on tool cancellation when is mounted in magazine

& Fixes
This commit is contained in:
Lucio Maranta
2019-04-03 17:14:28 +02:00
parent 66439f87d4
commit d35273d3e5
8 changed files with 227 additions and 171 deletions
+1 -5
View File
@@ -1024,12 +1024,8 @@ public static class ThreadsFunctions
Manage(ERROR_LEVEL.FATAL, cmsError.localizationKey);
break;
case CMS_ERROR_CODES.SELECTED_PROCESS:
Manage(ERROR_LEVEL.FATAL, cmsError.localizationKey);
Manage(ERROR_LEVEL.WARNING, cmsError.localizationKey);
break;
//default:
// Manage(ERROR_LEVEL.WARNING, cmsError.localizationKey);
// break;
}
}