mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
monitoring/security: Require monitoring/command/feature/instance permission for disabling notifications
This commit is contained in:
parent
df29dd0e7c
commit
d19e36d937
@ -92,6 +92,7 @@ class Monitoring_ProcessController extends Controller
|
||||
*/
|
||||
public function disableNotificationsAction()
|
||||
{
|
||||
$this->assertPermission('monitoring/command/feature/instance');
|
||||
$this->view->title = $this->translate('Disable Notifications');
|
||||
$programStatus = $this->backend
|
||||
->select()
|
||||
|
Loading…
x
Reference in New Issue
Block a user