here is a small fix for the current CVS Version (HEAD):
File: core/html_api.php
Search at Line 541:
Code: Select all
if ( access_has_project_level( ADMINISTRATOR, $t_current_project ) ) {
Code: Select all
if ( access_has_global_level( ADMINISTRATOR ) ) {
A user with Administration Role (in a Project) could not use the navigation link "Manage" because this caused an Access Restricted Error. The source checked on project level instead of global level for the if case.
Now it's checked if you are an global administrator or not. When not, you get an alternate link for "Manage" which leads to the project administration instead of the user administration.
So long and sorry for typos/misspellings, i've to much blood in my caffein veins
