parent
546546bb42
commit
9089224522
|
@ -99,7 +99,6 @@ class NetworkSettingsInput
|
|||
$this->mcastSpeed = $networkSettings->getMcastSpeed();
|
||||
$this->mcastPort = $networkSettings->getMcastPort();
|
||||
$this->mcastMode = $networkSettings->getMcastMode();
|
||||
$this->oglog = $networkSettings->getOglog();
|
||||
$this->ogshare = $networkSettings->getOgshare();
|
||||
|
||||
if ($networkSettings->getMenu()) {
|
||||
|
@ -117,8 +116,6 @@ class NetworkSettingsInput
|
|||
if ($networkSettings->getRepository()) {
|
||||
$this->repository = new ImageRepositoryOutput($networkSettings->getRepository());
|
||||
}
|
||||
|
||||
$this->validation = $networkSettings->getValidation();
|
||||
}
|
||||
|
||||
public function createOrUpdateEntity(?NetworkSettings $networkSettings = null): NetworkSettings
|
||||
|
|
|
@ -347,7 +347,6 @@ class OrganizationalUnit extends AbstractEntity
|
|||
foreach ($this->getClients() as $client) {
|
||||
$client->setMenu($networkSettings->getMenu());
|
||||
$client->setHardwareProfile($networkSettings->getHardwareProfile());
|
||||
$client->setValidation($networkSettings->getValidation());
|
||||
}
|
||||
|
||||
foreach ($this->getOrganizationalUnits() as $childUnit) {
|
||||
|
|
Loading…
Reference in New Issue