Remove the required cue when disabling notifications globally
refs #7934
This commit is contained in:
parent
d714c4323c
commit
ea7b77eb72
|
@ -20,6 +20,7 @@ class DisableNotificationsExpireCommandForm extends CommandForm
|
||||||
*/
|
*/
|
||||||
public function init()
|
public function init()
|
||||||
{
|
{
|
||||||
|
$this->setRequiredCue(null);
|
||||||
$this->setSubmitLabel($this->translate('Disable Notifications'));
|
$this->setSubmitLabel($this->translate('Disable Notifications'));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue