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
parent 079bf87a9a
commit a8770628b7

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);