Fixed ogBoot postAction controller
testing/ogcore-api/pipeline/head This commit looks good
Details
testing/ogcore-api/pipeline/head This commit looks good
Details
parent
20c243fb52
commit
b4d3ff5e89
|
@ -33,7 +33,7 @@ class PostAction extends AbstractOgBootController
|
|||
$ogRepoIp = $client->getRepository()?->getIp()
|
||||
?? $client->getOrganizationalUnit()?->getNetworkSettings()?->getRepository()?->getIp();
|
||||
|
||||
$ogLive = $client->getOgLive()
|
||||
$ogLive = $client->getOgLive()?->getFilename()
|
||||
?? $client->getOrganizationalUnit()?->getNetworkSettings()?->getOgLive()->getFilename();
|
||||
|
||||
$params = [
|
||||
|
|
Loading…
Reference in New Issue