fix умножения сапфоровских задач

v++
This commit is contained in:
2025-02-13 18:40:53 +03:00
parent dd1f7f8040
commit 91f4ed4a17
12 changed files with 69 additions and 60 deletions

View File

@@ -265,6 +265,9 @@ public class TestingForm implements FormWithSplitters, TestingWindow {
roText.setText(object.getOutput());
reText.setText(object.getErrors());
stsText.setText(object.getStatistic());
//-
Global.testingServer.db.groups.getUI().SetCurrentByPK(object.group_id);
Global.testingServer.db.tests.getUI().SetCurrentByPK(object.test_id);
}
@Override
public void ShowNoCurrentDVMTask() {