no message

This commit is contained in:
2023-12-17 17:34:30 +03:00
parent 3efeb28919
commit d9fca1fa72
2 changed files with 2 additions and 3 deletions

View File

@@ -41,6 +41,7 @@ public class DVMPackageDBTable extends iDBTable<DVMPackage> {
@Override
public void ShowCurrentObject() throws Exception {
super.ShowCurrentObject();
Global.testingServer.db.dvmRunTasks.ShowNoPackage();
UI.getMainWindow().getTestingWindow().DropTestRunTasksComparison();
}
@Override