View Issue Details

IDProjectCategoryView StatusLast Update
0004804mantisbtcustom fieldspublic2004-11-06 05:59
Reporterjburt Assigned Tothraxisp  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version0.19.0 
Summary0004804: Unable to allow mangers to add custom fields
Description

I have tried setting the following: $g_manage_custom_fields_threshold=MANAGER

variable. Unfortunately, managers still cannot create custom fields. I looked at the code in html_api.php to find that the following function locks out the creation of the manage_menu for all but administrators:

function print_manage_menu( $p_page='' ) {
    if ( !access_has_project_level( ADMINISTRATOR ) ) {
        return;
    }

Am I missing somehting. I assumed managers would get the Manage Projects, Manage Custom Fields options on the manage page.

Thanks

TagsNo tags attached.

Relationships

has duplicate 0006441 closedachumakov I have created an english_utf8 locale 

Activities

thraxisp

thraxisp

2004-11-02 11:57

reporter   ~0008227

This has already been fixed in CVS for 0.19.1