v++
This commit is contained in:
@@ -13,4 +13,8 @@ public class PublishSapforConfigurationCommand extends PublishServerObject<Testi
|
||||
target.sapforconfiguration_id = Current.getSapforConfiguration().id;
|
||||
return super.fillObjectFields();
|
||||
}
|
||||
@Override
|
||||
protected boolean canStart(Object... args) throws Exception {
|
||||
return Current.Check(Log, Current.SapforConfiguration)&&super.canStart(args);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user