refs #1523. Hierarchy networkSettings.
testing/ogcore-api/pipeline/tag This commit looks good Details
testing/ogcore-api/pipeline/head This commit looks good Details

hotfix-timeout opengnsys_devel-0.1.1
Manuel Aranda Rosales 2025-02-17 14:43:15 +01:00
parent 546546bb42
commit 9089224522
2 changed files with 0 additions and 4 deletions

View File

@ -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

View File

@ -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) {