Skip to content

Commit

Permalink
monitoring: Use new restriction when viewing a service
Browse files Browse the repository at this point in the history
refs #9009
  • Loading branch information
lippserd committed Jun 5, 2015
1 parent 5745790 commit 5bc611f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -28,7 +28,7 @@ public function init()
$this->backend, $this->params->getRequired('host'), $this->params->getRequired('service')
);

$this->applyRestriction('monitoring/services/filter', $service);
$this->applyRestriction('monitoring/filter/objects', $service);

if ($service->fetch() === false) {
$this->httpNotFound($this->translate('Service not found'));
Expand Down

0 comments on commit 5bc611f

Please sign in to comment.