View Issue Details

IDProjectCategoryView StatusLast Update
0011459mantisbtcode cleanuppublic2014-09-23 18:05
Reporternerville Assigned Torombert  
PrioritynormalSeveritytextReproducibilityN/A
Status closedResolutionfixed 
Product Version1.2.0rc2 
Target Version1.2.9Fixed in Version1.2.9 
Summary0011459: Wrong comment delete_other_bug_threshold in config_defaults_inc.php
Description

In the config_defaults_inc.php, you can now set the delete_other_bug_threshold The comment of the field is wrong :

    /**
     * Access level needed to delete other users from the list of users
     * monitoring a bug.
     * Look in the constant_inc.php file if you want to set a different value.
     * @global int $g_monitor_add_others_bug_threshold
     */
    $g_monitor_delete_others_bug_threshold = DEVELOPER;

Should be :

    /**
     * Access level needed to delete other users from the list of users
     * monitoring a bug.
     * Look in the constant_inc.php file if you want to set a different value.
     * @global int $g_monitor_delete_others_bug_threshold
     */
    $g_monitor_delete_others_bug_threshold = DEVELOPER;
TagsNo tags attached.

Relationships

related to 0015721 closedgrangeway Functionality to consider porting to master-2.0.x 

Activities

grangeway

grangeway

2013-04-05 17:57

reporter   ~0036338

Marking as 'acknowledged' not resolved/closed to track that change gets ported to master-2.0.x branch

Related Changesets

MantisBT: master-1.2.x 0dbc39d1

2011-12-06 04:18

rombert


Details Diff
Fixes 0011459: Wrong comment delete_other_bug_threshold in config_defaults_inc.php Affected Issues
0011459
mod - config_defaults_inc.php Diff File

MantisBT: master 4d47034b

2011-12-06 04:19

rombert


Details Diff
Fixes 0011459: Wrong comment delete_other_bug_threshold in config_defaults_inc.php Affected Issues
0011459
mod - config_defaults_inc.php Diff File