Page 1 of 1
Change access level on workflow thereshold with new status
Posted: 30 Sep 2014, 15:58
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
Re: Change access level on workflow thereshold with new stat
Posted: 30 Sep 2014, 16:05
by atrol
Re: Change access level on workflow thereshold with new stat
Posted: 30 Sep 2014, 16:49
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

Re: Change access level on workflow thereshold with new stat
Posted: 30 Sep 2014, 21:01
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.