Закрытие уязвимости с именами тестов
v++
This commit is contained in:
@@ -22,7 +22,7 @@ public class CreateTestsGroupFromSelectedVersions extends PublishTests {
|
||||
protected boolean canStart(Object... args) throws Exception {
|
||||
target = new Vector<>();
|
||||
//---
|
||||
if (Global.testingServer.db.groups.getUI().CheckCurrent(Log)) {
|
||||
if (Global.testingServer.db.groups.getUI().canModifyCurrent(Log)) {
|
||||
group = Global.testingServer.db.groups.getUI().getCurrent();
|
||||
} else
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user