Page 1 of 1

Can I change workflow based project id?

Posted: 19 Nov 2005, 14:22
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

Posted: 12 Dec 2005, 22:17
by webwesen
i would need the same functionality...
have you been able to do it somehow?