оповещение по почте о тестировании сапфор. пока просто ид пакета.

This commit is contained in:
2023-10-17 22:53:38 +03:00
parent 07d35c876d
commit d19307ac2b
5 changed files with 19 additions and 14 deletions

View File

@@ -225,6 +225,7 @@ public class StartSapforTests extends TestingSystemPass<SapforTasksPackage> {
target.StartDate = new Date().getTime();
target.kernels = TestingServer.kernels;
target.state = TasksPackageState.Queued;
target.needsEmail = TestingServer.email ? 1 : 0;
//---
Vector<SapforTasksPackage> packages = new Vector<>();
packages.add(target);