mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 08:14:04 +02:00
ObjectsTabs: fix typo
This commit is contained in:
parent
07c4d3ceaa
commit
8a6480e40e
@ -35,7 +35,7 @@ class ObjectsTabs extends Tabs
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($auth->hasPermission('director/admin') || (
|
if ($auth->hasPermission('director/admin') || (
|
||||||
$object->getShortTableName() === 'notifications' && $auth->hasPermission('director/notifications')
|
$object->getShortTableName() === 'notification' && $auth->hasPermission('director/notifications')
|
||||||
)) {
|
)) {
|
||||||
if ($object->supportsApplyRules()) {
|
if ($object->supportsApplyRules()) {
|
||||||
$this->add('applyrules', array(
|
$this->add('applyrules', array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user