View Issue Details

IDProjectCategoryView StatusLast Update
0006698mantisbtcustomizationpublic2009-06-26 14:20
Reportertk Assigned Tothraxisp  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionduplicate 
Product Version1.0.0 
Summary0006698: "Manage Users" menu entry in "Manage" page menu not shown according to $g_manage_user_threshold
Description

Line 6.3.6 of core/html_api.php prevents the correct display of the subpage selection menu in the "manage" page. Currently only an ADMINISTRATOR will see the item due to

    if ( access_has_global_level( ADMINISTRATOR ) ) {
        print_bracket_link( $t_manage_user_page, lang_get( 'manage_users_link' ) );
    }

According to my understanding the if-clause should read as
if ( access_has_global_level( config_get( 'manage_user_threshold' ) ) ) {

so that if I, e.g., set $g_manage_user_threshold = MANAGER any manager will see the link.

TagsNo tags attached.

Relationships

duplicate of 0006524 closeddhx Patch: 'manage users' link is displayed only to admins 

Activities

There are no notes attached to this issue.