Multiple Workflows

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
Llyd09
Posts: 3
Joined: 13 Jun 2007, 09:57

Multiple Workflows

Post by Llyd09 »

Hi everybody,

I'm currently customizing Mantis 1.0.7, and I have some problems with the workflow.

In our team using Mantis, there are different users, with very different roles. So we decided to define a general workflow, and each different user group must use just one part of this workflow.

The easiest way of doing this that came to my mind is to use a different workflow for each user group.

I first tried to do this directly in config_inc.php using

Code: Select all

user_get_access_level( auth_get_current_user_id(),helper_get_current_project() )
but obviously, this script is loaded before identification, and keeps sending me error messages.

I'm starting to think about a function that would change the workflow after identification, but I'm not sure of the results.

So is defining multiple workflows possible ? Anybody done that ?

Oh and by the way, Administrator seems to be obliged to follow this workflow, where i'd like him to be kind of free. Any solutions on this particular case ?

Any answer would help

(My excuses to the english language)
Post Reply