Change access level on workflow thereshold with new status

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
renataeliza
Posts: 5
Joined: 20 Jun 2014, 03:38

Change access level on workflow thereshold with new status

Post by renataeliza »

Hi,

How could I change the access level on the workflow thereshold when I have 3 new status on worfklow?

I created new status but only the ADMINISTRATOR can change the mantis for these status.

The REPORTER, DEVELOPER and MANAGER need to have access to change the mantis for the new status.

Thanks
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Change access level on workflow thereshold with new stat

Post by atrol »

Check Workflow Transitions page
http://www.mantisbt.org/bugs/view.php?id=17713
Please use Search before posting and read the Manual
renataeliza
Posts: 5
Joined: 20 Jun 2014, 03:38

Re: Change access level on workflow thereshold with new stat

Post by renataeliza »

Hello atrol

I'm confused about where post the questions. I will focus on forum. I apologize for the inconvenience.

What happens is even changing the access level in "Workflow Transitions Page"
Thus the config_inc.php:

$ array = g_set_status_threshold
(
New_ => REPORTER,
ASSIGNED => REPORTER,
FEEDBACK => REPORTER,
Acknowledged => DEVELOPER,
CONFIRMED => DEVELOPER,
pendency => DEVELOPER,
CLOSED => MANAGER
);

But...
The new status is not being displayed in the mantis when the profile is REPORTER, or DEVELOPER MANAGER.

Only for ADMINISTRATOR.

What is missing?

Tks ;)
renataeliza
Posts: 5
Joined: 20 Jun 2014, 03:38

Re: Change access level on workflow thereshold with new stat

Post by renataeliza »

I think I made the most difficult and the solution was there ... So simple !!

I enabled the "Update status issue" parameter for the users: REPORTER , DEVELOPER and MANAGER at "Manage Threshold Config"

Tks.
Post Reply