Don't send emails for deleted tickets
Posted: 01 Jul 2014, 10:01
Hello everybody
I want to turn off the email notifications for deleted tickets and tried it with the following entry in config_inc.php and it didn't work:
$g_notify_flags['deleted'] = array(
'reporter' => OFF,
'handler' => OFF,
'monitor' => OFF,
'bugnotes' => OFF,
'explicit' => ON,
'threshold_min' => ANYBODY,
'threshold_max' => ANYBODY);
'Didn't work' means: The user gets a email for the ticket deletion. Is the code above incorrect?
Systeminformation
MantisBT: 1.2.17
EMailReportingPlugin: 0.9.0-DEV
Yours sincerely
Jeromy
I want to turn off the email notifications for deleted tickets and tried it with the following entry in config_inc.php and it didn't work:
$g_notify_flags['deleted'] = array(
'reporter' => OFF,
'handler' => OFF,
'monitor' => OFF,
'bugnotes' => OFF,
'explicit' => ON,
'threshold_min' => ANYBODY,
'threshold_max' => ANYBODY);
'Didn't work' means: The user gets a email for the ticket deletion. Is the code above incorrect?
Systeminformation
MantisBT: 1.2.17
EMailReportingPlugin: 0.9.0-DEV
Yours sincerely
Jeromy