Sorry but i have another question

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
cdb
Posts: 23
Joined: 09 Nov 2011, 15:45

Sorry but i have another question

Post by cdb »

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
atrol
Site Admin
Posts: 8553
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Sorry but i have another question

Post by atrol »

cdb wrote:In config_local.php
Do you mean config_inc,php?

Are you aware that there is a user interface for such kind of customization?
"Manage" -> "Manage configuration" -> "Workflow thresholds"
Please use Search before posting and read the Manual
cdb
Posts: 23
Joined: 09 Nov 2011, 15:45

Re: Sorry but i have another question

Post by cdb »

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 :)
atrol
Site Admin
Posts: 8553
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Sorry but i have another question

Post by atrol »

cdb wrote:config_local.php.
I am still suprised about this file name. There is no file config_local.php when using a standard installation of MantisBT.
Please use Search before posting and read the Manual
cdb
Posts: 23
Joined: 09 Nov 2011, 15:45

Re: Sorry but i have another question

Post by cdb »

I know, but i installed mantis in ubuntu from repository!
Post Reply