Page 1 of 1

Sub Projects

Posted: 22 Jan 2010, 09:59
by dyawlak
I have a user who I have granted Admin rights to a particular project. He needs to be able to add "new" sub projects to it. However, the only option available is to add existing ones. Is there any way to grant permission to create new sub-projects only in the projects he has admin over?


Thanks in advance

Re: Sub Projects

Posted: 22 Jan 2010, 10:42
by atrol
AFAIK, you can't achieve this in a clean way by configuration

there is this right available:
$g_create_project_threshold = ADMINISTRATOR;
but not something like:
$g_create_subproject_threshold = ADMINISTRATOR;

If this is no security risc for you, you could change
manage_proj_edit_page.php by removing the access check

Feel free to submit a feature request in the MantisBT issue tracker to have a clean solution for it in future versions.