fix
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user