This commit is contained in:
2024-10-25 00:00:24 +03:00
parent 36c11ac93f
commit aa490e4181
2 changed files with 3 additions and 153 deletions

View File

@@ -17,7 +17,9 @@ public class CreateTestFromProject extends CreateTestFromDirectory {
if (args.length == 0) {
if (Global.testingServer.db.groups.getUI().Check(Log) && Global.mainModule.Check(Log, Current.Project)) {
project = Global.mainModule.getProject();
if (super.canStart(Global.testingServer.db.groups.getUI().getCurrent())) {
if (super.canStart(
project.Home,
Global.testingServer.db.groups.getUI().getCurrent())) {
from_files_chooser = true; //чтобы опубликовал.
return true;
}