Remove limit count for service set directly added to the host

This commit is contained in:
raviks789 2023-09-06 16:08:40 +02:00 committed by Thomas Gelf
parent 612165c4c3
commit 9e332b4022

View File

@ -371,6 +371,7 @@ class HostController extends ObjectController
->setHost($host)
->setBranch($this->getBranch())
->setAffectedHost($affectedHost)
->removeQueryLimit()
->setTitle($title);
if ($roService) {
$table->setReadonly()->highlightService($roService);