On 7-May-09, at 7:36 AM, Jon Hardcastle wrote:

>
> .. this..
>
> The default notify flag works.. but the second bit doesn't alter  
> specific values. I got the body of it from a database config after  
> using the web interface to configure it.
>
> Thank you!
>
> $g_default_notify_flags  = array (
>  'handler' => ON,
>  'monitor' => ON,
>  'threshold_min' => NOBODY,
>  'threshold_max' => ANYBODY,
> );
>
> $g_notify_flags = array (
>  'new' =>  array ('threshold_min' => MANAGER,
>                   'threshold_max' => MANAGER),
>  'resolved' =>  array ('threshold_min' => MANAGER,
>                        'threshold_max' => MANAGER),
>  'closed' => array('threshold_min' => MANAGER,
>                    'threshold_max' => MANAGER));
>



   Did you use the Manage -> Configuration -> Email Notifications page  
to set any of these values? If so, the values set on that page  
override the values in the config file. This is shown by background  
shading on the page.

    ... Glenn
-- 
Glenn Henshaw                     Logical Outcome Ltd.
e: [email protected]     w: www.logicaloutcome.ca
Mantis Developer and User since 2002





------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
mantisbt-help mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mantisbt-help

Reply via email to