In config_local.php I insert this $g_set_status_threshold[CONFIRMED] = REPORTER; to allow a REPORTER change the status CONFIRMED.
The problem is that now also above level can change this status. I would only REPORTER and MANAGER can change this status, not the inside levels (like updater and developer).
Is it possible?
Thanks all
Sorry but i have another question
Moderators: Developer, Contributor
Re: Sorry but i have another question
Do you mean config_inc,php?cdb wrote:In config_local.php
Are you aware that there is a user interface for such kind of customization?
"Manage" -> "Manage configuration" -> "Workflow thresholds"
Re: Sorry but i have another question
I'm using 1.2.8 versione and I modified config_local.php.
I know the user interface "Manage" -> "Manage configuration" -> "Workflow thresholds" but here there isn't that i find.
That i want is in "Manage" -> "Manage configuration" -> "Workflow" but i was only allowed to set minimun level of user access (i also need to set only two level without all inside level)
anyway thanks for your interest
I know the user interface "Manage" -> "Manage configuration" -> "Workflow thresholds" but here there isn't that i find.
That i want is in "Manage" -> "Manage configuration" -> "Workflow" but i was only allowed to set minimun level of user access (i also need to set only two level without all inside level)
anyway thanks for your interest
Re: Sorry but i have another question
I am still suprised about this file name. There is no file config_local.php when using a standard installation of MantisBT.cdb wrote:config_local.php.
Re: Sorry but i have another question
I know, but i installed mantis in ubuntu from repository!