fix
Устранены пропущенные уязвимости в некоторых проходах v++
This commit is contained in:
@@ -14,7 +14,7 @@ public abstract class AbortTestingPackage extends TestingServerPass<TestingPacka
|
||||
@Override
|
||||
protected boolean canStart(Object... args) throws Exception {
|
||||
packageToKill = null;
|
||||
if (getServer().db.CheckCurrent(Log, currentClass())) {
|
||||
if (getServer().db.canModifyCurrent(Log, currentClass())) {
|
||||
target = (TestingPackage) getServer().db.getTable(currentClass()).getUI().getCurrent();
|
||||
switch (target.state) {
|
||||
case Done:
|
||||
|
||||
Reference in New Issue
Block a user