after upgrading to version 1.2.15 a "Reporter" is no longer able to change status. We created a customized workflow which was working in previous versions. Now a "Reporter" has no possibility to change to one of the following status:
The following status is defined whithin config_inc.php:$g_set_status_threshold = array( PROPOSALACK => REPORTER,
ACKPRELIVE => REPORTER,
RESOLVED => REPORTER,
ABORTED => REPORTER,
NEW_ => REPORTER
);
I made a backup of the web folder and if I copy this back to "live" reporters are able to change to status "PROPOSALACK". Activating the update web folder of MantisBT Version 1.2.15 the reporter is no longer able to change status.$g_status_enum_workflow[WAITPROPOSALOK]=
'38:proposalack,20:feedback,79:aborted';
Any ideas? More information needed?
Best regards,
Jens