Unable to change the Setting as administrator user

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
manokugan
Posts: 12
Joined: 22 May 2017, 10:19

Unable to change the Setting as administrator user

Post by manokugan »

I m the user having admin rights but I m unable to change the configuration settings in workflow thresholds. Please let me know of the config files I need to change inorder to be able to edit this .

TIA .

PFA for more details
Attachments
mantisissue.png
mantisissue.png (116.93 KiB) Viewed 3585 times
cem
Posts: 1
Joined: 12 Jan 2018, 15:37

Re: Unable to change the Setting as administrator user

Post by cem »

Hello ! If i understood you correctly : change the files config.php in the folder "config"
Normally the default settings are (cf.files "config_defaults_inc.php") :

Code: Select all

$g_move_bug_threshold = DEVELOPER;
Maybe, in your files "config.php", one day you had changed with this:

Code: Select all

$g_move_bug_threshold = ADMINISTRATOR;
Because if i test with this configuration, i have the same result as you.

So, change in your "config.php" files by this :

Code: Select all

$g_move_bug_threshold = DEVELOPER;
In the hope that I have given a satisfactory response !
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Unable to change the Setting as administrator user

Post by atrol »

You are trying to set "Move an issue" for the single project "POEMS 2.0".
This is not possible, it can just be set for "ALL PROJECTS" as more than one project is affected by this setting.
Please use Search before posting and read the Manual
manokugan
Posts: 12
Joined: 22 May 2017, 10:19

Re: Unable to change the Setting as administrator user

Post by manokugan »

atrol wrote:You are trying to set "Move an issue" for the single project "POEMS 2.0".
This is not possible, it can just be set for "ALL PROJECTS" as more than one project is affected by this setting.
Thanks i resolved it
Post Reply