Sub Projects

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
dyawlak
Posts: 66
Joined: 07 Dec 2007, 16:42

Sub Projects

Post 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
atrol
Site Admin
Posts: 8374
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Sub Projects

Post 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.
Please use Search before posting and read the Manual
Post Reply