Can I change workflow based project id?

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
simmonsdav1

Can I change workflow based project id?

Post by simmonsdav1 »

I have several projects requiring different status and workflow. Instead of having multiple instances of Mantis, is it possible to get the project id using "helper_get_current_project()" and set the variables $g_status_... based on
if (PTR==$projID) then {
$g_status_...
}
elseif (PEER==$projID) then{
$g_status_...
}

in the config_inc.php, custom_strings_inc.php ?
Attempted but the functions aren't available in these files.

Thanks
webwesen
Posts: 27
Joined: 09 Aug 2005, 20:44

Post by webwesen »

i would need the same functionality...
have you been able to do it somehow?
Post Reply