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

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);

View File

@@ -166,7 +166,6 @@ public class CallbackForm implements FormWithSplitters, CallbackWindow {
//-
if (!Pass_2021.passes.get(PassCode_2021.CheckAccount).isDone()) {
accountTools.add(Pass_2021.passes.get(PassCode_2021.CheckAccount).createButton());
UI.Info("+");
}
//--
BugReportsKeyFilter.getDocument().addDocumentListener(new DocumentListener() {