[SOLVED] My developers can't switch of project

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
didaquis
Posts: 20
Joined: 28 Nov 2016, 14:16
Location: Barcelona

[SOLVED] My developers can't switch of project

Post by didaquis »

Hi.

I have a problem with MantisBT 2.3.2 (no plugins installed). My users (DEVELOPERS) can't change of project.
They are DEVELOPERS users on global access and also specific access of DEVELOPER on their associated projects.
My users can write notes on tickets of their project but can't change of project using the selector on the corner of the pages (top on the right). Maybe for this reason, they also can't open new tickets.

Seem like Mantis are redirecting to "all projects" every time they trying to change of project.

Anyone can give me a clue for solve this?

This is the configuration of our Mantis:

Code: Select all


# --- Others ---
$g_default_language = 'spanish';
$g_show_avatar = ON; // Usar en combinación con Gravatar
$g_html_make_links = LINKS_NEW_WINDOW;
$g_antispam_max_event_count = 50;
$g_rss_enabled = OFF;
$g_time_tracking_enabled = ON;
$g_notify_new_user_created_threshold_min = MANAGER;
$g_delete_bug_threshold = MANAGER;
$g_bugnote_user_delete_threshold = DEVELOPER;
$g_create_project_threshold = MANAGER;
$g_update_bugnote_threshold = MANAGER;
$g_bugnote_user_edit_threshold = DEVELOPER;
$g_manage_user_threshold = MANAGER;
$g_bug_reminder_threshold = DEVELOPER;
$g_reminder_receive_threshold = DEVELOPER;
$g_store_reminders = ON;
$g_set_status_threshold = array( NEW_ => REPORTER,CLOSED => MANAGER );
$g_bug_readonly_status_threshold = CLOSED;
$g_default_email_bugnote_limit = 1;
$g_email_notifications_verbose = OFF;
$g_email_receive_own = OFF;
$g_view_issues_page_columns = array (
    'selection', 'id', 'category_id', 'priority', 'severity',
    'status', 'date_submitted', 'last_updated', 'summary', 'eta',
    'target_version','fixed_in_version'
);
$g_default_show_changed = 24;
$g_reauthentication_expiry = 30 * 60;
$g_manage_custom_fields_threshold = MANAGER;
$g_my_view_bug_count = 8;
$g_my_view_boxes = array (
    'assigned'      => '1',
    'feedback'      => '2',
    'unassigned'    => '3',
    'reported'      => '4',
    'resolved'      => '5',
    'recent_mod'    => '6',
    'monitored'     => '7',
    'verify'        => '0',
    'my_comments'   => '0'
);
$g_enable_eta = OFF;
$g_enable_profiles = OFF;
$g_bug_report_page_fields = array(
    'additional_info',
    'attachments',
    'category_id',
    'due_date',
    'handler',
    'eta',
    'os',
    'os_version',
    'platform',
    'priority',
    'product_build',
    'product_version',
    'severity',
    'steps_to_reproduce',
    'tags',
    'target_version',
    'view_state',
);
$g_bug_update_page_fields = array (
    'additional_info',
    'category_id',
    'date_submitted',
    'description',
    'due_date',
    'eta',
    'fixed_in_version',
    'handler',
    'id',
    'last_updated',
    'os',
    'os_version',
    'platform',
    'priority',
    'product_build',
    'product_version',
    'project',
    'projection',
    'reporter',
    'resolution',
    'severity',
    'status',
    'steps_to_reproduce',
    'summary',
    'target_version',
    'view_state',
);
$g_bug_view_page_fields = array (
    'additional_info',
    'attachments',
    'category_id',
    'date_submitted',
    'description',
    'due_date',
    'eta',
    'fixed_in_version',
    'handler',
    'id',
    'last_updated',
    'os',
    'os_version',
    'platform',
    'priority',
    'product_build',
    'product_version',
    'project',
    'projection',
    'reporter',
    'resolution',
    'severity',
    'status',
    'steps_to_reproduce',
    'summary',
    'tags',
    'target_version',
    'view_state',
);
$g_impersonate_user_threshold = NOBODY;
$g_sponsorship_currency = '€';
$g_show_user_email_threshold = MANAGER;
$g_notify_flags['new']['threshold_min'] = MANAGER;
$g_notify_flags['new']['threshold_max'] = MANAGER;
$g_show_version = ON;

Thanks!
Last edited by didaquis on 09 Jun 2017, 08:48, edited 1 time in total.
didaquis
Posts: 20
Joined: 28 Nov 2016, 14:16
Location: Barcelona

Re: My developers can't switch of project

Post by didaquis »

WOW. One of my coworkers tells me that the problem is the Chrome browser. So... mystery solved! :D
Post Reply