View Issue Details

IDProjectCategoryView StatusLast Update
0004978mantisbtfeaturepublic2005-04-18 10:37
ReporterCaspar Assigned Tothraxisp  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version0.19.1 
Fixed in Version1.0.0a1 
Summary0004978: g_notify_flags + reopened and owner
Description

when adding these lines to the config_inc.php file, the Permissions Report doesn't show the checkmarks where they should be.
(i.e. on the rows of 'Email on Reopened' and 'Email on Relationship changed' in the columns from Reporter to Administrator)

$g_notify_flags['owner']['threshold_min'] = REPORTER;
$g_notify_flags['owner']['threshold_max'] = ADMINISTRATOR;

$g_notify_flags['reopened']['threshold_min'] = REPORTER;
$g_notify_flags['reopened']['threshold_max'] = ADMINISTRATOR;

I'm not sure if it is just a matter of displaying it wrong or these settings actually do not work, as I have not yet tested these settings.

TagsNo tags attached.

Relationships

child of 0004937 closedvboctor Mantis 1.0.0a1 Release 

Activities

thraxisp

thraxisp

2004-12-23 09:36

reporter   ~0008785

The 'owner' flag corresponds to the 'email on assigned' line. The description should change.

The report for 'reopened' is wrong in the display, but works in email.

thraxisp

thraxisp

2004-12-23 09:39

reporter   ~0008787

fixed in CVS.

Other language files may need to be updated.