From ea7b77eb72264503f822cb41938e8410d2d13f08 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Mon, 2 Mar 2015 18:28:20 +0100 Subject: [PATCH] Remove the required cue when disabling notifications globally refs #7934 --- .../Command/Instance/DisableNotificationsExpireCommandForm.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/monitoring/application/forms/Command/Instance/DisableNotificationsExpireCommandForm.php b/modules/monitoring/application/forms/Command/Instance/DisableNotificationsExpireCommandForm.php index 96f7f80d3..31e3b37aa 100644 --- a/modules/monitoring/application/forms/Command/Instance/DisableNotificationsExpireCommandForm.php +++ b/modules/monitoring/application/forms/Command/Instance/DisableNotificationsExpireCommandForm.php @@ -20,6 +20,7 @@ class DisableNotificationsExpireCommandForm extends CommandForm */ public function init() { + $this->setRequiredCue(null); $this->setSubmitLabel($this->translate('Disable Notifications')); }